Class RelationNotExistsException

All Implemented Interfaces:
Serializable

public class RelationNotExistsException extends PerunException
This exception means that some relation or dependency not exists which prevents to execute the action.
Author:
Michal Stava
See Also:
  • Constructor Details

    • RelationNotExistsException

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

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

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