Class ExtSourceAlreadyAssignedException

All Implemented Interfaces:
Serializable

public class ExtSourceAlreadyAssignedException extends EntityAlreadyAssignedException
This exception is thrown when the ExtSource is already associated with the Vo/group.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ExtSourceAlreadyAssignedException

      public ExtSourceAlreadyAssignedException(ExtSource extSource)
      Constructor with the ExtSource
      Parameters:
      extSource - extSource that has already been assigned
    • ExtSourceAlreadyAssignedException

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

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

      public ExtSourceAlreadyAssignedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
  • Method Details

    • getExtSource

      public ExtSource getExtSource()
      Getter for the ExtSource
      Returns:
      extSource that has already been assigned