Class FacilityMismatchException

All Implemented Interfaces:
Serializable

public class FacilityMismatchException extends PerunException
Exception thrown when wrong facility provided.
See Also:
  • Constructor Details

    • FacilityMismatchException

      public FacilityMismatchException()
      Constructor with no arguments
    • FacilityMismatchException

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

      public FacilityMismatchException(String message, Facility facility1, Facility facility2)
    • FacilityMismatchException

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

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

    • getFacility1

      public Facility getFacility1()
    • getFacility2

      public Facility getFacility2()