|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.NestedRuntimeException
com.spotfire.server.userdir.UserDirectoryException
public class UserDirectoryException
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.
| 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 |
|---|
public UserDirectoryException()
public UserDirectoryException(String message)
message - the detail message
public UserDirectoryException(String message,
Throwable cause)
message - the detail messagecause - the cause of the exceptionpublic UserDirectoryException(Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||