org.pentaho.platform.api.repository
Class RepositoryException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContentException, SubscriptionRepositoryException

public class RepositoryException
extends PentahoChainedException

See Also:
Serialized Form

Constructor Summary
RepositoryException()
           
RepositoryException(String message)
           
RepositoryException(String message, Throwable reas)
           
RepositoryException(Throwable reas)
           
 
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

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(String message)
Parameters:
message -

RepositoryException

public RepositoryException(String message,
                           Throwable reas)
Parameters:
message -
reas -

RepositoryException

public RepositoryException(Throwable reas)
Parameters:
reas -