Class EntityNotAssignedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributeNotAssignedException, ExtSourceNotAssignedException, SecurityTeamNotAssignedException

public class EntityNotAssignedException extends PerunException
It represents parent class for *NotAssignedException classes.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • EntityNotAssignedException

      public EntityNotAssignedException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • EntityNotAssignedException

      public EntityNotAssignedException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • EntityNotAssignedException

      public EntityNotAssignedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception