public final class RepositoryException extends RuntimeException
| Constructor and Description |
|---|
RepositoryException(String message)
Constructor for the RepositoryException object
|
RepositoryException(String message,
Throwable cause)
Constructor for the RepositoryException object
|
RepositoryException(Throwable parent)
Constructor for the RepositoryException object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryException(String message)
message - describes cause of the exceptionpublic RepositoryException(Throwable parent)
parent - describes cause of the exceptionpublic RepositoryException(String message, Throwable cause)
message - describes cause of the exceptioncause - original exception that caused this exceptionCopyright © 2003–2014 AndroMDA.org. All rights reserved.