Package com.github.loyada.jdollarx
Class Operations.OperationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.github.loyada.jdollarx.Operations.OperationFailedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Operations
public static class Operations.OperationFailedException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationFailedException(String message)
OperationFailedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-