Package com.spotfire.server.userdir
Class PrincipalAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.userdir.UserDirectoryException
com.spotfire.server.userdir.PrincipalAlreadyExistsException
- All Implemented Interfaces:
Serializable
This exception is thrown when an attempt has been made to name a principal
with a name that already exists on another principal in the directory.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.This class should not be instantiated by users of the API.PrincipalAlreadyExistsException
(String message) 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
-
PrincipalAlreadyExistsException
Deprecated.This class should not be instantiated by users of the API.Constructs a PrincipalAlreadyExistsException with no detail message.- Since:
- 3.0
-
PrincipalAlreadyExistsException
Deprecated.This class should not be instantiated by users of the API.Constructs a PrincipalAlreadyExistsException with a specified detail message.- Parameters:
message
- the detail message- Since:
- 3.0
-