org.pentaho.platform.api.repository
Class SubscriptionRepositoryException

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.SubscriptionRepositoryException
All Implemented Interfaces:
Serializable

public class SubscriptionRepositoryException
extends RepositoryException

See Also:
Serialized Form

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

SubscriptionRepositoryException

public SubscriptionRepositoryException(String message)
Constructor

Parameters:
message - The message

SubscriptionRepositoryException

public SubscriptionRepositoryException(String message,
                                       Throwable reas)
Constructor

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

SubscriptionRepositoryException

public SubscriptionRepositoryException(Throwable reas)
Constructor

Parameters:
reas - The throwable reason