FileDocCategorySizeDatePackage
Bounds.javaAPI DocJava SE 5 API848Fri Aug 26 14:58:26 BST 2005org.omg.CORBA

Bounds

public 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.
see
documentation on Java IDL exceptions

Fields Summary
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.

param
reason the detail message.

	super(reason);
    
Methods Summary