RequestType.UnsupportedRequestTypeException

  • The UnsupportedRequestTypeException is thrown when an unsupported or unrecognized request type is encountered.

  • This class extends java.lang.Exception.

  • It has a public constructor that takes a String value.

public static class RequestType.UnsupportedRequestTypeException extends Exception

Exception thrown when an unsupported or unrecognized request type is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedRequestTypeException (String value)