Package com.browserup.bup.mitm.exception
Class MitmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.browserup.bup.mitm.exception.MitmException
-
- All Implemented Interfaces:
java.io.Serializable
public class MitmException extends java.lang.RuntimeExceptionIndicates a general problem occurred while attempting to man-in-the-middle communications between the client and the upstream server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MitmException()MitmException(java.lang.String message)MitmException(java.lang.String message, java.lang.Throwable cause)MitmException(java.lang.Throwable cause)
-