Class SolutionRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.util.PentahoCheckedChainedException
-
- org.pentaho.platform.api.repository.SolutionRepositoryException
-
- All Implemented Interfaces:
Serializable
public class SolutionRepositoryException extends PentahoCheckedChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolutionRepositoryException()
SolutionRepositoryException(String message)
SolutionRepositoryException(String message, Throwable reas)
SolutionRepositoryException(Throwable reas)
-
Method Summary
-
Methods inherited from class org.pentaho.platform.api.util.PentahoCheckedChainedException
getRootCause, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SolutionRepositoryException
public SolutionRepositoryException()
-
SolutionRepositoryException
public SolutionRepositoryException(String message)
- Parameters:
message
-
-
SolutionRepositoryException
public SolutionRepositoryException(String message, Throwable reas)
- Parameters:
message
-reas
-
-
SolutionRepositoryException
public SolutionRepositoryException(Throwable reas)
- Parameters:
reas
-
-
-