com.ibm.websphere.management.exception
Class DocumentAlreadyExistsException
- 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.DocumentAlreadyExistsException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
- public class DocumentAlreadyExistsException
- extends RepositoryException
This exception is thrown when a ConfigRepository operation can not be
completed because the document already exists within the repository.
For example, this may occur when creating a document, or renaming
a document.
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
DocumentAlreadyExistsException
- public DocumentAlreadyExistsException(
)
DocumentAlreadyExistsException
- public DocumentAlreadyExistsException(
java.lang.String msg)
DocumentAlreadyExistsException
- public DocumentAlreadyExistsException(
java.lang.Throwable th,
- java.lang.String msg)
DocumentAlreadyExistsException
- public DocumentAlreadyExistsException(
java.lang.Throwable th)