Class CredentialDestroyedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CredentialDestroyedException
    extends java.lang.Exception

    Thrown if credential is destroyed. A destroyed credential can not be used at all.

    Since:
    1.0
    See Also:
    GeneralSecurityException, Serialized Form
    • 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

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

      • CredentialDestroyedException

        public CredentialDestroyedException​(java.lang.String msg)
      • CredentialDestroyedException

        public CredentialDestroyedException​(java.lang.Throwable t)
      • CredentialDestroyedException

        public CredentialDestroyedException​(java.lang.String debug_message,
                                            java.lang.Throwable t)