public class DecodingException extends ServiceResultException
DecodingException class.
statusCode, text| Constructor and Description |
|---|
DecodingException()
Constructor for DecodingException.
|
DecodingException(Exception e)
Constructor for DecodingException.
|
DecodingException(Exception e,
String message)
Constructor for DecodingException.
|
DecodingException(int statusCode)
Constructor for DecodingException.
|
DecodingException(int statusCode,
String text)
Constructor for DecodingException.
|
DecodingException(StatusCode statusCode)
Constructor for DecodingException.
|
DecodingException(StatusCode statusCode,
String text)
Constructor for DecodingException.
|
DecodingException(StatusCode statusCode,
Throwable reason,
String text)
Constructor for DecodingException.
|
DecodingException(String message)
Constructor for DecodingException.
|
DecodingException(String message,
Exception e)
Constructor for DecodingException.
|
DecodingException(Throwable reason)
Constructor for DecodingException.
|
DecodingException(UnsignedInteger statusCode)
Constructor for DecodingException.
|
DecodingException(UnsignedInteger statusCode,
String text)
Constructor for DecodingException.
|
DecodingException(UnsignedInteger statusCode,
Throwable reason)
Constructor for DecodingException.
|
getAdditionalTextField, getMessage, getStatusCode, toServiceResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodingException()
Constructor for DecodingException.
public DecodingException(Exception e)
Constructor for DecodingException.
e - a Exception object.public DecodingException(Exception e, String message)
Constructor for DecodingException.
public DecodingException(int statusCode)
Constructor for DecodingException.
statusCode - a int.public DecodingException(int statusCode,
String text)
Constructor for DecodingException.
statusCode - a int.text - a String object.public DecodingException(StatusCode statusCode)
Constructor for DecodingException.
statusCode - a StatusCode object.public DecodingException(StatusCode statusCode, String text)
Constructor for DecodingException.
statusCode - a StatusCode object.text - a String object.public DecodingException(StatusCode statusCode, Throwable reason, String text)
Constructor for DecodingException.
statusCode - a StatusCode object.reason - a Throwable object.text - a String object.public DecodingException(String message)
Constructor for DecodingException.
message - a String object.public DecodingException(String message, Exception e)
Constructor for DecodingException.
public DecodingException(Throwable reason)
Constructor for DecodingException.
reason - a Throwable object.public DecodingException(UnsignedInteger statusCode)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.public DecodingException(UnsignedInteger statusCode, String text)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.text - a String object.public DecodingException(UnsignedInteger statusCode, Throwable reason)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.reason - a Throwable object.Copyright © 2026. All rights reserved.