Class ContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.util.PentahoChainedException
org.pentaho.platform.api.repository.RepositoryException
org.pentaho.platform.api.repository.ContentException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionContentException
(String message) ConstructorContentException
(String message, Throwable reas) ConstructorContentException
(Throwable reas) Constructor -
Method Summary
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentException
Constructor- Parameters:
message
- The message
-
ContentException
Constructor- Parameters:
message
- The exception messagereas
- The throwable reason
-
ContentException
Constructor- Parameters:
reas
- The throwable reason
-