Class UnsupportedOperationException

    • Field Detail

      • ERROR_CODE

        public static final String ERROR_CODE
        The error code associated with a unsupported operation exception
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnsupportedOperationException

        public UnsupportedOperationException​(String serviceName,
                                             String operationName)
        Creates a new UnsupportedOperationException from the given service and operation names
        Parameters:
        serviceName - The name of the service that caused the exception
        operationName - The name of the operation that caused the exception
    • Method Detail

      • getApplicationModelType

        public String getApplicationModelType()
        Returns the named model type. May be used for a header.
        Returns:
        the named model type