Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboOperationVetoedException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--java.lang.RuntimeException
                   |
                   +--com.sssw.fw.exception.EboRuntimeException
                         |
                         +--com.sssw.fw.exception.EboOperationVetoedException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboOperationVetoedException
extends EboRuntimeException

Thrown when an operation is vetoed by an event listener.

See Also:
Serialized Form

Constructor Summary
EboOperationVetoedException(com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr, String bdlid, String msgid)
          EboOperationVetoedException constructor.
EboOperationVetoedException(Throwable parent, com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr, String bdlid, String msgid, String arg1, String arg2)
          EboOperationVetoedException constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods implemented from interface com.sssw.fw.exception.EbiParentedException
getMessage
 

Constructor Detail

EboOperationVetoedException

public EboOperationVetoedException(com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
                                   String bdlid,
                                   String msgid)
EboOperationVetoedException constructor.
Parameters:
rsrcMgr - the resource bundle manager
bdlid - the resource bundle ID
msgid - the message ID

EboOperationVetoedException

public EboOperationVetoedException(Throwable parent,
                                   com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
                                   String bdlid,
                                   String msgid,
                                   String arg1,
                                   String arg2)
EboOperationVetoedException constructor.
Parameters:
parent - the parent of this exception, if any
rsrcMgr - the resource bundle manager
bdlid - the resource bundle ID
msgid - the message ID
arg1 - first argument
arg2 - second argument

Novell exteNd
Director 5.2 API