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