Class ExtSourceNotAssignedException

All Implemented Interfaces:
Serializable

public class ExtSourceNotAssignedException extends EntityNotAssignedException
This exception is thrown when the ExtSource has not been assigned to the vo or when trying to remove an association with the group/vo that it is not been assigned to.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ExtSourceNotAssignedException

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

      public ExtSourceNotAssignedException(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
    • ExtSourceNotAssignedException

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