javax.emb
Class PredecessorAssociationExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.ejb.RemoveException (src) 
              extended byjavax.emb.PredecessorAssociationExistsException
All Implemented Interfaces:
java.io.Serializable

public class PredecessorAssociationExistsException
extends RemoveException (src)

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.

See Also:
Serialized Form

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

PredecessorAssociationExistsException

public PredecessorAssociationExistsException()
See Also:
javax.ejb.RemoveException()

PredecessorAssociationExistsException

public PredecessorAssociationExistsException(java.lang.String message)
See Also:
javax.ejb.RemoveException(String)