com.ibm.websphere.management.exception
Class DocumentChangedException
- 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.DocumentChangedException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
- public class DocumentChangedException
- extends RepositoryException
This exception is thrown when a document being modified in the
ConfigRepository has already been modified by some other caller.
The document is not modified in the repository
to prevent possible corruption.
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
DocumentChangedException
- public DocumentChangedException(
)
DocumentChangedException
- public DocumentChangedException(
java.lang.String msg)
DocumentChangedException
- public DocumentChangedException(
java.lang.Throwable th,
- java.lang.String msg)
DocumentChangedException
- public DocumentChangedException(
java.lang.Throwable th)