com.spotfire.server.userdir
Class PrincipalAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.NestedRuntimeException
com.spotfire.server.userdir.UserDirectoryException
com.spotfire.server.userdir.PrincipalAlreadyExistsException
public class PrincipalAlreadyExistsException
- extends UserDirectoryException
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:
- DSS 7.3
- See Also:
- Serialized Form
| Methods inherited from class com.spotfire.server.NestedRuntimeException |
abbreviatedStackTraceToString, getLocalizedMessage, getLogDetail, getLogEntry, getLogPriority, getMessageBundle, getMessageParameters, getRootCause, logStackTrace, setLogDetail, setLogPriority, setMessageParameters, stackTraceToString |
PrincipalAlreadyExistsException
public PrincipalAlreadyExistsException()
- Constructs a PrincipalAlreadyExistsException with no detail message.
PrincipalAlreadyExistsException
public PrincipalAlreadyExistsException(String message)
- Constructs a PrincipalAlreadyExistsException with a specified detail message.
- Parameters:
message - the detail message
Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.