com.ibm.websphere.management.exception
Class DocumentIOException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.RepositoryException
com.ibm.websphere.management.exception.DocumentIOException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
- public class DocumentIOException
- extends RepositoryException
This exception is thrown when an exception occurs while performing
I/O operations on a document in the ConfigRepository.
See Also:
Constructor Summary
Method Summary
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
DocumentIOException
- public DocumentIOException()
DocumentIOException
- public DocumentIOException(java.lang.String msg)
DocumentIOException
- public DocumentIOException(java.lang.Throwable th,
- java.lang.String msg)
DocumentIOException
- public DocumentIOException(java.lang.Throwable th)