public class OperationException extends IOException
Constructor and Description |
---|
OperationException(Exception ex)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
Exception |
getException() |
String |
getMessage()
Description taken from previous message
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationException(Exception ex)
Built on November 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.