Class AuthenticatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thingworx.security.authentication.AuthenticatorException
- All Implemented Interfaces:
Serializable
@ThingworxExtensionApiClass(since={6,6},
canInstantiate=true,
canExtendOrImplement=true)
public class AuthenticatorException
extends Exception
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticatorException
-
AuthenticatorException
-
AuthenticatorException
-
-
Method Details
-
setAuthenticationType
@ThingworxExtensionApiMethod(since={6,6}) public void setAuthenticationType(AuthenticationType type) -
getAuthenticationType
-