public class RepositoryLoginException extends RepositoryException
| Constructor and Description |
|---|
RepositoryLoginException()
Constructs a RepositoryLoginException with no message and no root cause.
|
RepositoryLoginException(java.lang.String message)
Constructs a RepositoryLoginException with a supplied message but no root
cause.
|
RepositoryLoginException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a RepositoryLoginException with message and root cause.
|
RepositoryLoginException(java.lang.Throwable rootCause)
Constructs a RepositoryLoginException with the specified root cause.
|
getMessagepublic RepositoryLoginException()
public RepositoryLoginException(java.lang.String message)
message - the message. Can be retrieved by the RepositoryException.getMessage()
method.public RepositoryLoginException(java.lang.String message,
java.lang.Throwable rootCause)
message - the message. Can be retrieved by the RepositoryException.getMessage()
method.rootCause - root failure causepublic RepositoryLoginException(java.lang.Throwable rootCause)
rootCause - root failure cause