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
public class RepositoryException extends PentahoChainedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-
-