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.


Constructor Index

 o VetoRuntimeException()
Constructs a VetoRuntimeException instance.
 o VetoRuntimeException(String)
Constructs a VetoRuntimeException instance.

Constructors

 o VetoRuntimeException
 public VetoRuntimeException()
Constructs a VetoRuntimeException instance.

 o VetoRuntimeException
 public VetoRuntimeException(String mess)
Constructs a VetoRuntimeException instance.

Parameters:
mess - A descriptive message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index