Class TlsCryptoException

All Implemented Interfaces:
Serializable

public class TlsCryptoException extends TlsException
Basic exception class for crypto services to pass back a cause.
See Also:
  • Constructor Details

    • TlsCryptoException

      public TlsCryptoException(String msg)
    • TlsCryptoException

      public TlsCryptoException(String msg, Throwable cause)