Package panda.std

Class AttemptFailedException

All Implemented Interfaces:
Serializable

public final class AttemptFailedException extends RuntimeException
Wrapper exception for invocation failures. Use Throwable.getCause() to get thrown exception.
See Also:
  • Constructor Details

    • AttemptFailedException

      public AttemptFailedException(String message, Throwable cause)
    • AttemptFailedException

      public AttemptFailedException(Throwable throwable)