Package com.force.api
Class ApiTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.force.api.ApiException
com.force.api.ApiTokenException
- All Implemented Interfaces:
Serializable
public class ApiTokenException extends ApiException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static intCODE -
Constructor Summary
Constructors Constructor Description ApiTokenException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CODE
public static final int CODE- See Also:
- Constant Field Values
-
-
Constructor Details