Class KnownFailure

  • All Implemented Interfaces:
    Serializable

    public class KnownFailure
    extends RuntimeException
    Runtime exception thrown to indicate the occurrence of a known failure. A known failure will typically be handled with less verbose reporting.
    See Also:
    Serialized Form
    • Constructor Detail

      • KnownFailure

        public KnownFailure()
      • KnownFailure

        public KnownFailure​(String message)
      • KnownFailure

        public KnownFailure​(Throwable cause)