org.openide.util.io
Class OperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.openide.util.io.OperationException
- All Implemented Interfaces:
- Serializable
- public class OperationException
- extends IOException
Special IOException that is used to signal that the write operation
failed but the underlaying stream is not corrupted and can be used
for next operations.
- See Also:
- Serialized Form
OperationException
public OperationException(Exception ex)
- Default constructor.
getException
public Exception getException()
- Returns:
- the encapsulated exception.
getMessage
public String getMessage()
- Description taken from previous message
- Overrides:
getMessage
in class Throwable
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.