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.
-
InvalidOperationException()
- Constructs a InvalidOperationException with no detail message.
-
InvalidOperationException(String)
- Constructs a InvalidOperationException with the specified detail message.
InvalidOperationException
public InvalidOperationException()
- Constructs a InvalidOperationException with no detail message.
A detail message is a String that describes this particular exception.
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