RepositoryRuntimeException Class

com.bea.content
RepositoryRuntimeException Class

public class RepositoryRuntimeException

    extends RuntimeException

This is the main runtime exception for system errors. All other runtime Exceptions should be subclasses. This Exception should be used for system, configuration or programmatic errors.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        RepositoryRuntimeException
All Implemented Interfaces

Serializable
Direct Known Subclasses

UnsupportedRepositoryOperationException

Constructor Summary

RepositoryRuntimeException(String message, Throwable cause)

RepositoryRuntimeException(String message)

RepositoryRuntimeException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

RepositoryRuntimeException

public RepositoryRuntimeException(String message, 
                                  Throwable cause)

RepositoryRuntimeException

public RepositoryRuntimeException(String message)

RepositoryRuntimeException

public RepositoryRuntimeException(Throwable cause)