Class UserExtSourceExistsException

All Implemented Interfaces:
Serializable

public class UserExtSourceExistsException extends EntityExistsException
Thrown when userExtSource with the specific login already exists
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • UserExtSourceExistsException

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

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

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

      public UserExtSourceExistsException(UserExtSource userExtSource)
      Constructor with the userExtSource
      Parameters:
      userExtSource - userExtSource that already exists
  • Method Details

    • getExtSource

      public UserExtSource getExtSource()
      Getter for the userExtSource
      Returns:
      userExtSource that already exists