All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.objectspace.jgl.InvalidOperationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.objectspace.jgl.InvalidOperationException

public class InvalidOperationException
extends RuntimeException
InvalidOperationException is a runtime exception that is thrown when a container is asked to perform an inappropriate operation.

Version:
2.0.2
Author:
ObjectSpace, Inc.

Constructor Index

 o InvalidOperationException()
Constructs a InvalidOperationException with no detail message.
 o InvalidOperationException(String)
Constructs a InvalidOperationException with the specified detail message.

Constructors

 o InvalidOperationException
 public InvalidOperationException()
Constructs a InvalidOperationException with no detail message. A detail message is a String that describes this particular exception.

 o InvalidOperationException
 public InvalidOperationException(String message)
Constructs a InvalidOperationException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
message - The detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index