ErrorCode.UnsupportedErrorCodeException

  • 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.Throwable and java.lang.Object classes.

public static class ErrorCode.UnsupportedErrorCodeException extends Exception

Exception thrown when an unsupported or unrecognized error code is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedErrorCodeException (int errorCode)