Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.salesforce.datacloud.jdbc.auth.errors.AuthorizationException
-
- All Implemented Interfaces:
Serializable
public class AuthorizationException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthorizationException.AuthorizationExceptionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthorizationException.AuthorizationExceptionBuilderbuilder()StringgetErrorCode()StringgetErrorDescription()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
builder
public static AuthorizationException.AuthorizationExceptionBuilder builder()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getErrorCode
public String getErrorCode()
-
getErrorDescription
public String getErrorDescription()
-
-