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 SummaryConstructors 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.PentahoChainedExceptiongetRootCause, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ContentExceptionpublic ContentException(String message) Constructor- Parameters:
- message- The message
 
 - 
ContentExceptionpublic ContentException(String message, Throwable reas) Constructor- Parameters:
- message- The exception message
- reas- The throwable reason
 
 - 
ContentExceptionpublic ContentException(Throwable reas) Constructor- Parameters:
- reas- The throwable reason
 
 
- 
 
-