IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.exception
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.websphere.management.exception.AdminException
                  extended by com.ibm.websphere.management.exception.RepositoryException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct Known Subclasses:
DocumentAlreadyExistsException, DocumentChangedException, DocumentIOException, DocumentLockedException, DocumentNotFoundException, DocumentUnavailableException, InvalidDocumentURIException, RepositoryLockedException

public class RepositoryException
extends AdminException

This is the base class for ConfigRepository related exceptions. It may also be thrown in the absence of suitable subclass exception.

See Also:
Serialized Form

Constructor Summary
RepositoryException()
           
RepositoryException(java.lang.String msg)
           
RepositoryException(java.lang.Throwable th)
           
RepositoryException(java.lang.Throwable th, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.management.exception.AdminException
getAdminException, printStackTrace, printStackTrace
 
Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(java.lang.String msg)

RepositoryException

public RepositoryException(java.lang.Throwable th,
                           java.lang.String msg)

RepositoryException

public RepositoryException(java.lang.Throwable th)

IBM WebSphere Application ServerTM
Release 8