javax.emb
Class ParentAssociationExistsException

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

public class ParentAssociationExistsException
extends RemoveException (src)

This exception is thrown if a media entity EJB cannot be removed because it has parents that contain links pointing to the receiver. Removing a media entity EJB while it has parents would violate referential integrity and is therefore forbidden.

See Also:
Serialized Form

Constructor Summary
ParentAssociationExistsException()
           
ParentAssociationExistsException(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

ParentAssociationExistsException

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

ParentAssociationExistsException

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