Class FailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.monitoring.blackbox.exception.FailureException
All Implemented Interfaces:
Serializable

public class FailureException extends Exception
Base exception class for all instances when the status of the action performed is FAILURE.
See Also:
  • Constructor Details

    • FailureException

      public FailureException(String msg)
    • FailureException

      public FailureException(Throwable e)