Class UndetectableIdentityException

  • All Implemented Interfaces:
    Serializable

    public class UndetectableIdentityException
    extends RuntimeException
    The credential being passed cannot be processed. A valid credential is either
    1. a colon separated identity and password or token (tuple of )identity:password or identity:token); or
    2. the base64 encoded form of identity:password or identity:token
    When the credential does not contain a colon, an attempt is made at decoding it to extract the identity. When this fails, this exception is thrown.
    See Also:
    Serialized Form
    • Constructor Detail

      • UndetectableIdentityException

        public UndetectableIdentityException​(String arg0)