Class KeySourceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeySourceException
    extends java.lang.Exception
    Errors encountered when using a PublicKeySource
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeySourceException​(java.lang.Throwable cause)
      An error caused by another error
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KeySourceException

        public KeySourceException​(java.lang.Throwable cause)
        An error caused by another error
        Parameters:
        cause - The reason we could not continue.