com.spotfire.server.userdir
Class UserDirectoryException

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
Direct Known Subclasses:
NoSuchPrincipalException, PrincipalAlreadyExistsException, ReadOnlyDirectoryException

public class UserDirectoryException
extends NestedRuntimeException

This exception is thrown when an unexpected error has occurred in the underlying implementation of the user directory, e.g. when a SQLException has been thrown when accessing the database storing the directory.

Since:
DSS 7.3
See Also:
Serialized Form

Constructor Summary
UserDirectoryException()
          Constructs a UserDirectoryException with no detail message.
UserDirectoryException(String message)
          Constructs a UserDirectoryException with a specified detail message.
UserDirectoryException(String message, Throwable cause)
          Constructs a UserDirectoryException with a specified detail message and cause.
UserDirectoryException(Throwable cause)
          Constructs a UserDirectoryException with a specified cause.
 
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

UserDirectoryException

public UserDirectoryException()
Constructs a UserDirectoryException with no detail message.


UserDirectoryException

public UserDirectoryException(String message)
Constructs a UserDirectoryException with a specified detail message.

Parameters:
message - the detail message

UserDirectoryException

public UserDirectoryException(String message,
                              Throwable cause)
Constructs a UserDirectoryException with a specified detail message and cause.

Parameters:
message - the detail message
cause - the cause of the exception

UserDirectoryException

public UserDirectoryException(Throwable cause)
Constructs a UserDirectoryException with a specified cause.

Parameters:
cause - the cause of the exception


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.