Class FacilityMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.FacilityMismatchException
- All Implemented Interfaces:
- Serializable
Exception thrown when wrong facility provided.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor with no argumentsFacilityMismatchException(String message) Simple constructor with a messageFacilityMismatchException(String message, Facility facility1, Facility facility2) FacilityMismatchException(String message, Throwable cause) Constructor with a message and Throwable objectConstructor with a Throwable object
- 
Method SummaryMethods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunExceptiongetErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FacilityMismatchExceptionpublic FacilityMismatchException()Constructor with no arguments
- 
FacilityMismatchExceptionSimple constructor with a message- Parameters:
- message- message with details about the cause
 
- 
FacilityMismatchException
- 
FacilityMismatchExceptionConstructor with a message and Throwable object- Parameters:
- message- message with details about the cause
- cause- Throwable that caused throwing of this exception
 
- 
FacilityMismatchExceptionConstructor with a Throwable object- Parameters:
- cause- Throwable that caused throwing of this exception
 
 
- 
- 
Method Details- 
getFacility1
- 
getFacility2
 
-