org.bouncycastle.crypto.tls

Class TlsRuntimeException

public class TlsRuntimeException extends RuntimeException

Constructor Summary
TlsRuntimeException(String message, Throwable e)
TlsRuntimeException(String message)
Method Summary
ThrowablegetCause()

Constructor Detail

TlsRuntimeException

public TlsRuntimeException(String message, Throwable e)

TlsRuntimeException

public TlsRuntimeException(String message)

Method Detail

getCause

public Throwable getCause()