Class EntityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.EntityExistsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeDefinitionExistsException, BanAlreadyExistsException, ConsentHubExistsException, DestinationExistsException, ExtSourceExistsException, FacilityExistsException, GroupExistsException, HostExistsException, ParentGroupNotExistsException, ServiceExistsException, UserExtSourceExistsException, VoExistsException
It represents parent class for *ExistsException classes.
- Author:
- Slavek Licehammer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityExistsException(String message) Simple constructor with a messageEntityExistsException(String message, Throwable cause) Constructor with a message and Throwable objectEntityExistsException(Throwable cause) Constructor with a Throwable object -
Method Summary
Methods inherited from class PerunException
getErrorId, getFriendlyMessageTemplate, getMessage, getName, setErrorIdMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityExistsException
Simple constructor with a message- Parameters:
message- message with details about the cause
-
EntityExistsException
-
EntityExistsException
Constructor with a Throwable object- Parameters:
cause- Throwable that caused throwing of this exception
-