|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.sssw.fw.exception.EboRuntimeException
|
+--com.sssw.fw.exception.EboOperationVetoedException
Thrown when an operation is vetoed by an event listener.
| 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 |
public EboOperationVetoedException(com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid)
rsrcMgr - the resource bundle managerbdlid - the resource bundle IDmsgid - the message ID
public EboOperationVetoedException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid,
String arg1,
String arg2)
parent - the parent of this exception, if anyrsrcMgr - the resource bundle managerbdlid - the resource bundle IDmsgid - the message IDarg1 - first argumentarg2 - second argument
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||