org.pentaho.platform.api.repository2.unified
Class UnifiedRepositoryAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException
org.pentaho.platform.api.repository2.unified.UnifiedRepositoryAccessDeniedException
- All Implemented Interfaces:
- Serializable
public class UnifiedRepositoryAccessDeniedException
- extends UnifiedRepositoryException
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 |
UnifiedRepositoryAccessDeniedException
public UnifiedRepositoryAccessDeniedException()
UnifiedRepositoryAccessDeniedException
public UnifiedRepositoryAccessDeniedException(String message,
Throwable cause)
UnifiedRepositoryAccessDeniedException
public UnifiedRepositoryAccessDeniedException(String message)
UnifiedRepositoryAccessDeniedException
public UnifiedRepositoryAccessDeniedException(Throwable cause)