Package org.omg.CORBA

Class Bounds

All Implemented Interfaces:
Serializable, IDLEntity

public final class Bounds extends 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 Also:
  • Constructor Details

    • Bounds

      public Bounds()
      Constructs an Bounds with no specified detail message.
    • Bounds

      public Bounds(String reason)
      Constructs an Bounds with the specified detail message.
      Parameters:
      reason - the detail message.