Class DestinationAlreadyRemovedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.DestinationAlreadyRemovedException
All Implemented Interfaces:
Serializable

public class DestinationAlreadyRemovedException extends PerunException
Exception is thrown when the destination has already been removed from the facility and service.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • DestinationAlreadyRemovedException

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

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

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

      public DestinationAlreadyRemovedException(Destination destination)
      Constructor with the destination
      Parameters:
      destination - destination which has already been removed
  • Method Details

    • getDestination

      public Destination getDestination()
      Getter for the destination
      Returns:
      destination which has already been removed