|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.ejb.RemoveException (src)
javax.emb.PredecessorAssociationExistsException
This exception is thrown if a media entity EJB cannot be removed because it has associations to a previous version in the version chain. Removing a media entity EJB while it has a previous version would violate referential integrity and is therefore forbidden.
Constructor Summary | |
PredecessorAssociationExistsException()
|
|
PredecessorAssociationExistsException(java.lang.String message)
|
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 |
Constructor Detail |
public PredecessorAssociationExistsException()
javax.ejb.RemoveException()
public PredecessorAssociationExistsException(java.lang.String message)
javax.ejb.RemoveException(String)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |