Package com.spotfire.server.api.userdir
Class NoSuchPrincipalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spotfire.server.api.userdir.UserDirectoryException
com.spotfire.server.api.userdir.NonTransientUserDirectoryException
com.spotfire.server.api.userdir.InvalidArgumentException
com.spotfire.server.api.userdir.NoSuchPrincipalException
- All Implemented Interfaces:
Serializable
Thrown when an operation has been requested on a principal that does not exist in the user directory.
- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the missing principal.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getPrincipal
Returns the missing principal.- Returns:
- the missing principal
-