Package com.force.api
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.force.api.AuthException
- All Implemented Interfaces:
Serializable
public class AuthException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuthException(int code, String message) -
Method Summary
Modifier and Type Method Description intgetCode()StringgetMessage()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getCode
public int getCode() -
getMessage
- Overrides:
getMessagein classThrowable
-