© 2005 BEA Systems, Inc.

com.bea.content
Class RepositoryRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.content.RepositoryRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
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(Throwable cause)
           
 
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)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved