org.pentaho.platform.api.repository
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
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