Package com.sparkpost.exception
Class SparkPostAuthorizationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sparkpost.exception.SparkPostException
com.sparkpost.exception.SparkPostAuthorizationFailedException
- All Implemented Interfaces:
Serializable
public class SparkPostAuthorizationFailedException extends SparkPostException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SparkPostAuthorizationFailedException()SparkPostAuthorizationFailedException(String serverMessage)SparkPostAuthorizationFailedException(String serverMessage, ServerErrorResponses errorResponses) -
Method Summary
Modifier and Type Method Description StringgetServerMessage()Methods inherited from class com.sparkpost.exception.SparkPostException
getServerErrorResponsesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SparkPostAuthorizationFailedException
public SparkPostAuthorizationFailedException() -
SparkPostAuthorizationFailedException
-
SparkPostAuthorizationFailedException
public SparkPostAuthorizationFailedException(String serverMessage, ServerErrorResponses errorResponses)
-
-
Method Details
-
getServerMessage
-