Class AuthenticatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thingworx.security.authentication.AuthenticatorException
-
- All Implemented Interfaces:
java.io.Serializable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true, canExtendOrImplement=true) public class AuthenticatorException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorException(java.lang.String msg)
AuthenticatorException(java.lang.String msg, java.lang.Throwable t)
AuthenticatorException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationType
getAuthenticationType()
void
setAuthenticationType(AuthenticationType type)
-
-
-
Constructor Detail
-
AuthenticatorException
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.String msg)
-
AuthenticatorException
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.String msg, java.lang.Throwable t)
-
AuthenticatorException
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticatorException(java.lang.Throwable t)
-
-
Method Detail
-
setAuthenticationType
@ThingworxExtensionApiMethod(since={6,6}) public void setAuthenticationType(AuthenticationType type)
-
getAuthenticationType
@ThingworxExtensionApiMethod(since={6,6}) public AuthenticationType getAuthenticationType()
-
-