Skip navigation links


com.bea.content
Class RepositoryRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.content.RepositoryRuntimeException

All Implemented Interfaces
Serializable
Direct Known Subclasses:
UnsupportedRepositoryFeatureException, UnsupportedRepositoryOperationException

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.

See Also
Serialized Form

Constructor Summary
RepositoryRuntimeException(String message)
           
RepositoryRuntimeException(String message, Throwable cause)
           
RepositoryRuntimeException(String message, Throwable cause, boolean log)
           
RepositoryRuntimeException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RepositoryRuntimeException

public RepositoryRuntimeException(String message)

RepositoryRuntimeException

public RepositoryRuntimeException(String message,
                                  Throwable cause)

RepositoryRuntimeException

public RepositoryRuntimeException(Throwable cause)

RepositoryRuntimeException

public RepositoryRuntimeException(String message,
                                  Throwable cause,
                                  boolean log)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.