@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true, canExtendOrImplement=true) public class AuthenticatorException extends java.lang.Exception
| Constructor and Description |
|---|
AuthenticatorException(java.lang.String msg) |
AuthenticatorException(java.lang.String msg,
java.lang.Throwable t) |
AuthenticatorException(java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType() |
void |
setAuthenticationType(AuthenticationType type) |
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.String msg)
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.String msg, java.lang.Throwable t)
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.Throwable t)
@ThingworxExtensionApiMethod(since={6,6}) public void setAuthenticationType(AuthenticationType type)
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticationType getAuthenticationType()