org.bouncycastle.crypto.tls

Class TlsRuntimeException


public class TlsRuntimeException
extends RuntimeException

Constructor Summary

TlsRuntimeException(String message)
TlsRuntimeException(String message, Throwable e)

Method Summary

Throwable
getCause()

Constructor Details

TlsRuntimeException

public TlsRuntimeException(String message)

TlsRuntimeException

public TlsRuntimeException(String message,
                           Throwable e)

Method Details

getCause

public Throwable getCause()