com.novell.admin.common.exceptions
Class AdminNamespaceVetoException

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
                  extended bycom.novell.admin.common.exceptions.AdminNamespaceVetoException
All Implemented Interfaces:
java.io.Serializable

public class AdminNamespaceVetoException
extends SnapinVetoException

Implements the vetoable exceptions that can be thrown.

See Also:
Serialized Form

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

AdminNamespaceVetoException

public AdminNamespaceVetoException(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.

Overrides:
getSnapinEvent in class SnapinVetoException
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.