javax.emb
Class ListenerVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.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
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 |
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)