Package org.pentaho.platform.api.util
Class PentahoCheckedChainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.api.util.PentahoCheckedChainedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BackgroundExecutionException
,ComponentException
,DatasourceMgmtServiceException
,DBDatasourceServiceException
,DuplicateDatasourceException
,NonExistingDatasourceException
,ObjectFactoryException
,PasswordServiceException
,PentahoAccessControlException
,PentahoSystemException
,PluginLifecycleException
,SolutionRepositoryException
,SolutionRepositoryServiceException
,XmlParseException
- Author:
- Steven Barkdull
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPentahoCheckedChainedException
(String message) ConstructorPentahoCheckedChainedException
(String message, Throwable reas) ConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptionGets the root cause of the exception.void
Prints the exception trace to the specified print stream.void
Prints the exception trace to the specified print writerMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PentahoCheckedChainedException
public PentahoCheckedChainedException() -
PentahoCheckedChainedException
Constructor- Parameters:
message
- The message to be carried by the exception.
-
PentahoCheckedChainedException
Constructor- Parameters:
message
- The message.reas
- The root cause of the exception.
-
PentahoCheckedChainedException
Constructor- Parameters:
reas
- The cause of this exception
-
-
Method Details
-
getRootCause
Gets the root cause of the exception. -
printStackTrace
Prints the exception trace to the specified print writer- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
Prints the exception trace to the specified print stream.- Overrides:
printStackTrace
in classThrowable
-