Class CBORException

All Implemented Interfaces:
Serializable

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

    • CBORException

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

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