Class MissingKeyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingKeyException
    extends java.lang.Exception
    Since:
    4.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingKeyException​(java.lang.String message)  
      MissingKeyException​(java.lang.String keyAlias, java.lang.String keyStoreLocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeyAlias()  
      java.lang.String getKeyStoreLocation()  
      • 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

      • MissingKeyException

        public MissingKeyException​(java.lang.String message)
      • MissingKeyException

        public MissingKeyException​(java.lang.String keyAlias,
                                   java.lang.String keyStoreLocation)
    • Method Detail

      • getKeyAlias

        public java.lang.String getKeyAlias()
      • getKeyStoreLocation

        public java.lang.String getKeyStoreLocation()