javax.emb
Class ListenerVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.ListenerVetoException
All Implemented Interfaces:
java.io.Serializable

public class ListenerVetoException
extends MediaException (src)

This exception extends javax.emb.MediaException and is thrown by Media entity listener EJBs in order to issue a veto against a media entity EJB modification.

See Also:
Serialized Form

Constructor Summary
ListenerVetoException()
           
ListenerVetoException(java.lang.String message)
           
ListenerVetoException(java.lang.String message, java.lang.Throwable cause)
           
ListenerVetoException(java.lang.Throwable cause)
           
 
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

ListenerVetoException

public ListenerVetoException()
See Also:
javax.emb.MediaException()

ListenerVetoException

public ListenerVetoException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

ListenerVetoException

public ListenerVetoException(java.lang.String message,
                             java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

ListenerVetoException

public ListenerVetoException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)