Class UndetectableIdentityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.cdancy.jenkins.rest.exception.UndetectableIdentityException
-
- All Implemented Interfaces:
Serializable
public class UndetectableIdentityException extends RuntimeException
The credential being passed cannot be processed. A valid credential is either- a colon separated identity and password or token (tuple of )identity:password or identity:token); or
- the base64 encoded form of identity:password or identity:token
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndetectableIdentityException(String arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UndetectableIdentityException
public UndetectableIdentityException(String arg0)
-
-