Class SolutionRepositoryServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.util.PentahoCheckedChainedException
-
- org.pentaho.platform.api.repository.SolutionRepositoryServiceException
-
- All Implemented Interfaces:
Serializable
public class SolutionRepositoryServiceException extends PentahoCheckedChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolutionRepositoryServiceException()
SolutionRepositoryServiceException(String message)
SolutionRepositoryServiceException(String message, Throwable reas)
SolutionRepositoryServiceException(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
-
SolutionRepositoryServiceException
public SolutionRepositoryServiceException()
-
SolutionRepositoryServiceException
public SolutionRepositoryServiceException(String message)
- Parameters:
message
-
-
SolutionRepositoryServiceException
public SolutionRepositoryServiceException(String message, Throwable reas)
- Parameters:
message
-reas
-
-
SolutionRepositoryServiceException
public SolutionRepositoryServiceException(Throwable reas)
- Parameters:
reas
-
-
-