org.pentaho.platform.api.repository2.unified
Class UnifiedRepositoryAccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.repository2.unified.UnifiedRepositoryException
                  extended by 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

Constructor Summary
UnifiedRepositoryAccessDeniedException()
           
UnifiedRepositoryAccessDeniedException(String message)
           
UnifiedRepositoryAccessDeniedException(String message, Throwable cause)
           
UnifiedRepositoryAccessDeniedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnifiedRepositoryAccessDeniedException

public UnifiedRepositoryAccessDeniedException()

UnifiedRepositoryAccessDeniedException

public UnifiedRepositoryAccessDeniedException(String message,
                                              Throwable cause)

UnifiedRepositoryAccessDeniedException

public UnifiedRepositoryAccessDeniedException(String message)

UnifiedRepositoryAccessDeniedException

public UnifiedRepositoryAccessDeniedException(Throwable cause)