Boundspublic final class Bounds extends org.omg.CORBA.UserException A user exception thrown when a parameter is not within
the legal bounds for the object that a method is trying
to access. |
Constructors Summary |
---|
public Bounds()Constructs an Bounds with no specified detail message.
super();
| public Bounds(String reason)Constructs an Bounds with the specified detail message.
super(reason);
|
|