public class RepositoryException extends Exception
| Constructor and Description |
|---|
RepositoryException(String message)
Constructs a new InstanceException object.
|
RepositoryException(String message,
Throwable cause)
Constructs a new InstanceException object.
|
RepositoryException(Throwable cause)
Constructs a new InstanceException object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage()
If there is a cause, appends the getCause().getMessage()
to the original message.
|
String |
getMessage()
If there is a cause, appends the getCause().getMessage()
to the original message.
|
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryException(String message)
message - public RepositoryException(Throwable cause)
cause - public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2017. All rights reserved.