Class KeySourceException

    • Constructor Summary

      Constructors 
      Constructor Description
      KeySourceException()
      Creates a new key source exception.
      KeySourceException​(java.lang.String message)
      Creates a new key source exception.
      KeySourceException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new key source exception.
      KeySourceException​(java.lang.Throwable cause)
      Creates a new key source exception.
    • 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.String message)
        Creates a new key source exception.
        Parameters:
        message - The message.
      • KeySourceException

        public KeySourceException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Creates a new key source exception.
        Parameters:
        message - The message.
        cause - The cause.
      • KeySourceException

        public KeySourceException​(java.lang.Throwable cause)
        Creates a new key source exception.
        Parameters:
        cause - The cause.
      • KeySourceException

        public KeySourceException()
        Creates a new key source exception.