Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.util.PentahoChainedException
org.pentaho.platform.api.repository.RepositoryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentException
- See Also:
-
Constructor Summary
ConstructorDescriptionRepositoryException
(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryException
public RepositoryException() -
RepositoryException
- Parameters:
message
-
-
RepositoryException
- Parameters:
message
-reas
-
-
RepositoryException
- Parameters:
reas
-
-