Class FailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- google.registry.monitoring.blackbox.exception.FailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class FailureException extends java.lang.Exception
Base exception class for all instances when the status of the action performed is FAILURE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureException(java.lang.String msg)
FailureException(java.lang.Throwable e)
-