org.pentaho.platform.api.repository
Class ContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.util.PentahoChainedException
                  extended by org.pentaho.platform.api.repository.RepositoryException
                      extended by org.pentaho.platform.api.repository.ContentException
All Implemented Interfaces:
Serializable

public class ContentException
extends RepositoryException

See Also:
Serialized Form

Constructor Summary
ContentException(String message)
          Constructor
ContentException(String message, Throwable reas)
          Constructor
ContentException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentException

public ContentException(String message)
Constructor

Parameters:
message - The message

ContentException

public ContentException(String message,
                        Throwable reas)
Constructor

Parameters:
message - The exception message
reas - The throwable reason

ContentException

public ContentException(Throwable reas)
Constructor

Parameters:
reas - The throwable reason