org.pentaho.platform.api.repository
Class SubscriptionRepositoryException
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.SubscriptionRepositoryException
- All Implemented Interfaces:
- Serializable
public class SubscriptionRepositoryException
- extends RepositoryException
- See Also:
- Serialized Form
SubscriptionRepositoryException
public SubscriptionRepositoryException(String message)
- Constructor
- Parameters:
message
- The message
SubscriptionRepositoryException
public SubscriptionRepositoryException(String message,
Throwable reas)
- Constructor
- Parameters:
message
- The exception messagereas
- The throwable reason
SubscriptionRepositoryException
public SubscriptionRepositoryException(Throwable reas)
- Constructor
- Parameters:
reas
- The throwable reason