Class NoSuchProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.profile.api.exceptions.ProfileException
org.craftercms.profile.api.exceptions.I10nProfileException
org.craftercms.profile.exceptions.NoSuchProfileException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchProfileException.ById
,NoSuchProfileException.ByQuery
,NoSuchProfileException.ByTicket
,NoSuchProfileException.ByUsername
Thrown if no profile with a specified ID was found.
- Author:
- avasquez
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.craftercms.profile.api.exceptions.I10nProfileException
args, ERROR_BUNDLE_NAME, key
-
Constructor Summary
-
Method Summary
Methods inherited from class org.craftercms.profile.api.exceptions.I10nProfileException
getMessage, getResourceBundle
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
KEY_BY_ID
- See Also:
-
KEY_BY_QUERY
- See Also:
-
KEY_BY_USERNAME
- See Also:
-
KEY_BY_TICKET
- See Also:
-
-
Constructor Details
-
NoSuchProfileException
-