org.pentaho.platform.api.repository2.unified
Class UnifiedRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnifiedRepositoryAccessDeniedException
public class UnifiedRepositoryException
- extends RuntimeException
An exception that can be thrown from IUnifiedRepository
implementations.
- Author:
- mlowery
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnifiedRepositoryException
public UnifiedRepositoryException()
UnifiedRepositoryException
public UnifiedRepositoryException(String message,
Throwable cause)
UnifiedRepositoryException
public UnifiedRepositoryException(String message)
UnifiedRepositoryException
public UnifiedRepositoryException(Throwable cause)