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

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
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

Constructor Summary
UnifiedRepositoryException()
           
UnifiedRepositoryException(String message)
           
UnifiedRepositoryException(String message, Throwable cause)
           
UnifiedRepositoryException(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

UnifiedRepositoryException

public UnifiedRepositoryException()

UnifiedRepositoryException

public UnifiedRepositoryException(String message,
                                  Throwable cause)

UnifiedRepositoryException

public UnifiedRepositoryException(String message)

UnifiedRepositoryException

public UnifiedRepositoryException(Throwable cause)