Class CredentialNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uplanet.lucy.server.credentialstore.CredentialNotFoundException
All Implemented Interfaces:
Serializable

public final class CredentialNotFoundException extends Exception
See Also:
  • Constructor Details

    • CredentialNotFoundException

      public CredentialNotFoundException()
    • CredentialNotFoundException

      public CredentialNotFoundException(String p_strMessage)
    • CredentialNotFoundException

      public CredentialNotFoundException(Throwable p_cause)
    • CredentialNotFoundException

      public CredentialNotFoundException(String p_strMessage, Throwable p_cause)