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
public class ContentException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentException(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 Detail
-
ContentException
public ContentException(String message)
Constructor- Parameters:
message
- The message
-
ContentException
public ContentException(String message, Throwable reas)
Constructor- Parameters:
message
- The exception messagereas
- The throwable reason
-
ContentException
public ContentException(Throwable reas)
Constructor- Parameters:
reas
- The throwable reason
-
-