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