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