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