|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.novell.admin.common.exceptions.AdminNamespaceException
com.novell.application.console.snapin.SnapinVetoException
com.novell.admin.common.exceptions.AdminNamespaceVetoException
Implements the vetoable exceptions that can be thrown.
| Constructor Summary | |
AdminNamespaceVetoException(java.lang.String message,
SnapinEvent event)
Constructs a SnapinVetoException object. |
|
| Method Summary | |
SnapinEvent |
getSnapinEvent()
Returns the snap-in event passed in the exception. |
| 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 |
public AdminNamespaceVetoException(java.lang.String message,
SnapinEvent event)
To get the exception String use the getMessage() method inherited from Throwable.
message - The message string passed in the exception.event - The actual snap-in event.| Method Detail |
public SnapinEvent getSnapinEvent()
getSnapinEvent in class SnapinVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||