com.novell.application.console.snapin
Class SnapinVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.application.console.snapin.SnapinVetoException
All Implemented Interfaces:
java.io.Serializable

public class SnapinVetoException
extends java.lang.Exception

Implements the vetoable exceptions that can be thrown.


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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.