All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.dip.VetoRuntimeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.ibm.beans.dip.VetoRuntimeException
- public class VetoRuntimeException
- extends RuntimeException
A VetoRuntimeException object is thrown by a dippable class when a dip has
vetoed a constrained method.
-
VetoRuntimeException()
- Constructs a VetoRuntimeException instance.
-
VetoRuntimeException(String)
- Constructs a VetoRuntimeException instance.
VetoRuntimeException
public VetoRuntimeException()
- Constructs a VetoRuntimeException instance.
VetoRuntimeException
public VetoRuntimeException(String mess)
- Constructs a VetoRuntimeException instance.
- Parameters:
- mess - A descriptive message.
All Packages Class Hierarchy This Package Previous Next Index