PREV CLASS
NEXT CLASS
com.ibm.portal.services.contentmapping.exceptions
Class ObjectAlreadyCommittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.services.contentmapping.exceptions.ContentMappingException
com.ibm.portal.services.contentmapping.exceptions.ObjectAlreadyCommittedException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class ObjectAlreadyCommittedException
- extends ContentMappingException
This exception indicates that the commit() method is invoked on a
controller instance that was already committed.
- Since:
- 7.0.0.0
- See Also:
- Serialized Form
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 |
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(java.lang.String arg0,
java.lang.Throwable arg1)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(java.lang.String arg0)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(Localized localized,
java.lang.String arg0,
java.lang.Throwable arg1)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(Localized localized,
java.lang.String arg0)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(Localized localized,
java.lang.Throwable arg0)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(Localized localized)
ObjectAlreadyCommittedException
public ObjectAlreadyCommittedException(java.lang.Throwable arg0)
PREV CLASS
NEXT CLASS