public class RepositoryException extends PentahoChainedException
Constructor and Description |
---|
RepositoryException() |
RepositoryException(String message) |
RepositoryException(String message,
Throwable reas) |
RepositoryException(Throwable reas) |
getRootCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public RepositoryException()
public RepositoryException(String message)
message
- public RepositoryException(String message, Throwable reas)
message
- reas
- public RepositoryException(Throwable reas)
reas
-