Package com.spotfire.server.userdir
Class NoSuchPrincipalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.userdir.UserDirectoryException
com.spotfire.server.userdir.NoSuchPrincipalException
- All Implemented Interfaces:
Serializable
This exception is thrown when an operation has been requested on a principal
that does not exist in the user directory.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPrincipalException
(String message, Guid guid, String name) Deprecated.This class should not be instantiated by users of the API.NoSuchPrincipalException
(String message, String guid, String name) Deprecated.This class should not be instantiated by users of the API. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPrincipalException
Deprecated.This class should not be instantiated by users of the API.Constructs a NoSuchPrincipalException with the specified detail message for the principal with the specified GUID and name.- Parameters:
message
- the detail messageguid
- the GUID of the missing principalname
- the name of the missing principal- Since:
- 3.0
-
NoSuchPrincipalException
Deprecated.This class should not be instantiated by users of the API.Constructs a NoSuchPrincipalException with the specified detail message for the principal with the specified GUID and name.- Parameters:
message
- the detail messageguid
- the GUID of the missing principalname
- the name of the missing principal- Since:
- 3.0
-
-
Method Details
-
getGuid
Returns the non-existing principal's GUID.- Returns:
- the non-existing principal's GUID
- Since:
- 3.0
-
getName
Returns the non-existing principal's name.- Returns:
- the non-existing principal's name
- Since:
- 3.0
-