Class DeletionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.DeletionNotSupportedException
- All Implemented Interfaces:
Serializable
This exception is thrown when the deletion is not supported on any instance - the config property userDeletionForced
is set to false
- Author:
- Jakub Hejda invalid input: '<'Jakub.Hejda@cesnet.cz>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeletionNotSupportedException
(String message) DeletionNotSupportedException
(String message, Throwable cause) -
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
-
DeletionNotSupportedException
-
DeletionNotSupportedException
-
DeletionNotSupportedException
-