Class Result.FailedException

All Implemented Interfaces:
Serializable
Enclosing class:
Result<V>

public static class Result.FailedException extends RuntimeException
For absent errors. Simply describes that the operation failed.
See Also:
  • Constructor Details

    • FailedException

      public FailedException()
  • Method Details