Class FacilityAlreadyAssigned
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.FacilityAlreadyAssigned
- All Implemented Interfaces:
- Serializable
This exception is thrown when facility is already assigned to a consent hub.
- Author:
- Sarka Palkovicova
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFacilityAlreadyAssigned(String message) Simple constructor with a messageFacilityAlreadyAssigned(String message, Throwable cause) Constructor with a message and Throwable objectFacilityAlreadyAssigned(Throwable cause) Constructor 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- 
FacilityAlreadyAssignedSimple constructor with a message- Parameters:
- message- message with details about the cause
 
- 
FacilityAlreadyAssignedConstructor with a message and Throwable object- Parameters:
- message- message with details about the cause
- cause- Throwable that caused throwing of this exception
 
- 
FacilityAlreadyAssignedConstructor with a Throwable object- Parameters:
- cause- Throwable that caused throwing of this exception
 
 
-