Package com.browserup.bup.mitm.exception
Class KeyGeneratorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.browserup.bup.mitm.exception.KeyGeneratorException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyGeneratorException extends java.lang.RuntimeExceptionIndicates an exception occurred while generating a key pair.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyGeneratorException()KeyGeneratorException(java.lang.String message)KeyGeneratorException(java.lang.String message, java.lang.Throwable cause)KeyGeneratorException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
KeyGeneratorException
public KeyGeneratorException()
-
KeyGeneratorException
public KeyGeneratorException(java.lang.String message)
-
KeyGeneratorException
public KeyGeneratorException(java.lang.String message, java.lang.Throwable cause)
-
KeyGeneratorException
public KeyGeneratorException(java.lang.Throwable cause)
-
-