com.spotfire.server.userdir
Class PrincipalAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.spotfire.server.NestedRuntimeException
                  extended by com.spotfire.server.userdir.UserDirectoryException
                      extended by 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

Constructor Summary
PrincipalAlreadyExistsException()
          Constructs a PrincipalAlreadyExistsException with no detail message.
PrincipalAlreadyExistsException(String message)
          Constructs a PrincipalAlreadyExistsException with a specified detail message.
 
Method Summary
 
Methods inherited from class com.spotfire.server.NestedRuntimeException
abbreviatedStackTraceToString, getLocalizedMessage, getLogDetail, getLogEntry, getLogPriority, getMessageBundle, getMessageParameters, getRootCause, logStackTrace, setLogDetail, setLogPriority, setMessageParameters, stackTraceToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.