Class CaptureProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shaft.capture.proxy.CaptureProxyException
- All Implemented Interfaces:
Serializable
Reports a mobile API capture proxy failure (CA generation/load, proxy start/stop, or pairing)
without echoing sensitive material such as certificate private keys.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCaptureProxyException(String message) Creates a capture proxy exception.CaptureProxyException(String message, Throwable cause) Creates a capture proxy exception with a retained cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CaptureProxyException
Creates a capture proxy exception.- Parameters:
message- actionable safe message
-
CaptureProxyException
-