Class CryptoException

All Implemented Interfaces:
Serializable

public class CryptoException extends RuntimeException
Wrapper for making the WebPKI crypto library only throw unchecked exceptions.
See Also:
  • Constructor Details

    • CryptoException

      public CryptoException(Exception sourceException)
      Constructor for rethrowing checked exceptions.
      Parameters:
      sourceException -
    • CryptoException

      public CryptoException(String message)
      Constructor for original exceptions.
      Parameters:
      message -