com.novell.application.console.snapin
Class SnapinVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.novell.admin.common.exceptions.AdminNamespaceException
              extended bycom.novell.application.console.snapin.SnapinVetoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdminNamespaceVetoException

public class SnapinVetoException
extends AdminNamespaceException

Implements the vetoable exceptions that can be thrown.

See Also:
Serialized Form

Constructor Summary
SnapinVetoException(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

SnapinVetoException

public SnapinVetoException(java.lang.String message,
                           SnapinEvent event)
Constructs a SnapinVetoException object.

To get the exception String use the getMessage() method inherited from Throwable.

Parameters:
message - The message string passed in the exception.
event - The actual snap-in event.
Method Detail

getSnapinEvent

public SnapinEvent getSnapinEvent()
Returns the snap-in event passed in the exception.

Returns:
The snap-in event.


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.