All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class jgl.InvalidOperationException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----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:
JOS-FileSystem 4 Preview (25-Mar-98)
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