Package panda.std
Class AttemptFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
panda.std.AttemptFailedException
- All Implemented Interfaces:
Serializable
Wrapper exception for invocation failures. Use
Throwable.getCause() to get thrown exception.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttemptFailedException(String message, Throwable cause) AttemptFailedException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttemptFailedException
-
AttemptFailedException
-