Page Summary
-
ErrorCode.UnsupportedErrorCodeException is an exception thrown when an unsupported or unrecognized error code is encountered.
-
This class has a public constructor
UnsupportedErrorCodeException(int errorCode)that takes an integer error code as an argument. -
It inherits various methods from the
java.lang.Throwableandjava.lang.Objectclasses.
Exception thrown when an unsupported or unrecognized error code is encountered.
Public Constructor Summary
|
UnsupportedErrorCodeException(int errorCode)
Constructor for the
ErrorCode.UnsupportedErrorCodeException.
|
Inherited Method Summary
Public Constructors
public UnsupportedErrorCodeException (int errorCode)
Constructor for the
ErrorCode.UnsupportedErrorCodeException.