public class UserDirectoryException
extends java.lang.RuntimeException
Constructor and Description |
---|
UserDirectoryException()
Constructs a UserDirectoryException with no detail message.
|
UserDirectoryException(java.lang.String message)
Constructs a UserDirectoryException with a specified detail message.
|
UserDirectoryException(java.lang.String message,
java.lang.Throwable cause)
Constructs a UserDirectoryException with a specified detail message and cause.
|
UserDirectoryException(java.lang.Throwable cause)
Constructs a UserDirectoryException with a specified cause.
|
public UserDirectoryException()
public UserDirectoryException(java.lang.String message)
message
- the detail messagepublic UserDirectoryException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause of the exceptionpublic UserDirectoryException(java.lang.Throwable cause)
cause
- the cause of the exceptionCopyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.