public class RepositoryException
extends java.lang.Exception
| Constructor and Description |
|---|
RepositoryException()
Constructs a new RepositoryException with no message and no root cause.
|
RepositoryException(java.lang.String message)
Constructs a RepositoryException with a supplied message but no root cause.
|
RepositoryException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a RepositoryException with message and root cause.
|
RepositoryException(java.lang.Throwable rootCause)
Constructs a RepositoryException with the specified root cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the detail message, including messages from nested exceptions
if any.
|
public RepositoryException()
public RepositoryException(java.lang.String message)
message - the message. Can be retrieved by the getMessage()
method.public RepositoryException(java.lang.String message,
java.lang.Throwable rootCause)
message - the message. Can be retrieved by the getMessage()
method.rootCause - root failure causepublic RepositoryException(java.lang.Throwable rootCause)
rootCause - root failure cause