Class ExtSourceExistsException

All Implemented Interfaces:
Serializable

public class ExtSourceExistsException extends EntityExistsException
This exception is thrown when creating an ExtSource which already exists
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ExtSourceExistsException

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

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

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

      public ExtSourceExistsException(ExtSource extSource)
      Constructor with the ExtSource
      Parameters:
      extSource - extSource that already exists
  • Method Details

    • getExtSource

      public ExtSource getExtSource()
      Getter for the ExtSource
      Returns:
      extSource that already exists