public class OperationException extends IOException
Constructor and Description |
---|
OperationException()
General exception (no message).
|
OperationException(OperationErrorType eType,
String msg)
Exception with a message.
|
Modifier and Type | Method and Description |
---|---|
OperationErrorType |
getType()
Get the type of error.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OperationException()
public OperationException(OperationErrorType eType, String msg)
eType
- the type of error that occurredmsg
- the error messagepublic OperationErrorType getType()
Copyright © 2015. All rights reserved.