Class ExtSourceNotAssignedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.EntityNotAssignedException
cz.metacentrum.perun.core.api.exceptions.ExtSourceNotAssignedException
- All Implemented Interfaces:
Serializable
This exception is thrown when the ExtSource has not been assigned to the vo or when trying to remove an association
with the group/vo that it is not been assigned to.
- Author:
- Slavek Licehammer
- See Also:
-
Constructor Summary
ConstructorDescriptionExtSourceNotAssignedException
(String message) Simple constructor with a messageExtSourceNotAssignedException
(String message, Throwable cause) Constructor with a message and Throwable objectConstructor with a Throwable object -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtSourceNotAssignedException
Simple constructor with a message- Parameters:
message
- message with details about the cause
-
ExtSourceNotAssignedException
Constructor with a message and Throwable object- Parameters:
message
- message with details about the causecause
- Throwable that caused throwing of this exception
-
ExtSourceNotAssignedException
Constructor with a Throwable object- Parameters:
cause
- Throwable that caused throwing of this exception
-