Class DestinationNotExistsException

All Implemented Interfaces:
Serializable

public class DestinationNotExistsException extends EntityNotExistsException
Exception is thrown when the destination does not exist
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • DestinationNotExistsException

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

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

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