com.ibm.j2ca.extension.emd.discovery.properties
Class WBIPropertyVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.beans.PropertyVetoException
              extended bycom.ibm.j2ca.extension.emd.discovery.properties.WBIPropertyVetoException
All Implemented Interfaces:
java.io.Serializable

public class WBIPropertyVetoException
extends java.beans.PropertyVetoException

See Also:
Serialized Form

Field Summary
static int ERROR
           
static int WARNING
           
 
Constructor Summary
WBIPropertyVetoException(java.lang.String mess, java.beans.PropertyChangeEvent evt)
           
WBIPropertyVetoException(java.lang.String mess, java.beans.PropertyChangeEvent evt, int exceptionType)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.beans.PropertyVetoException
getPropertyChangeEvent
 
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
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values
Constructor Detail

WBIPropertyVetoException

public WBIPropertyVetoException(java.lang.String mess,
                                java.beans.PropertyChangeEvent evt)

WBIPropertyVetoException

public WBIPropertyVetoException(java.lang.String mess,
                                java.beans.PropertyChangeEvent evt,
                                int exceptionType)
Parameters:
mess -
evt -
Method Detail

getErrorCode

public int getErrorCode()