Class ProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.profile.api.exceptions.ProfileException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
I10nProfileException
,ProfileRestServiceException
Root exception for profile.
- Author:
- avasquez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProfileException
(String message) ProfileException
(String message, Throwable cause) ProfileException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProfileException
public ProfileException() -
ProfileException
-
ProfileException
-
ProfileException
-