Class DBWSException

All Implemented Interfaces:
Serializable

public class DBWSException extends EclipseLinkException

PUBLIC: runtime exception for EclipseLink DBWS Service

See Also:
Author:
Mike Norman - michael.norman@oracle.com
  • Field Details

    • COULD_NOT_LOCATE_FILE

      public static final int COULD_NOT_LOCATE_FILE
      See Also:
    • COULD_NOT_LOCATE_DESCRIPTOR

      public static final int COULD_NOT_LOCATE_DESCRIPTOR
      See Also:
    • COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR

      public static final int COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR
      See Also:
    • COULD_NOT_LOCATE_QUERY_FOR_SESSION

      public static final int COULD_NOT_LOCATE_QUERY_FOR_SESSION
      See Also:
    • PARAMETER_DOES_NOT_EXIST_FOR_OPERATION

      public static final int PARAMETER_DOES_NOT_EXIST_FOR_OPERATION
      See Also:
    • PARAMETER_HAS_NO_MAPPING

      public static final int PARAMETER_HAS_NO_MAPPING
      See Also:
    • RESULT_DOES_NOT_EXIST_FOR_OPERATION

      public static final int RESULT_DOES_NOT_EXIST_FOR_OPERATION
      See Also:
    • RESULT_HAS_NO_MAPPING

      public static final int RESULT_HAS_NO_MAPPING
      See Also:
    • MULTIPLE_OUTPUT_ARGUMENTS_ONLY_FOR_SIMPLE_XML

      public static final int MULTIPLE_OUTPUT_ARGUMENTS_ONLY_FOR_SIMPLE_XML
      See Also:
    • INOUT_CURSOR_ARGUMENTS_NOT_SUPPORTED

      public static final int INOUT_CURSOR_ARGUMENTS_NOT_SUPPORTED
      See Also:
    • COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE

      public static final int COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE
      See Also:
    • COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE

      public static final int COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE
      See Also:
    • COULD_NOT_PARSE_DBWS_FILE

      public static final int COULD_NOT_PARSE_DBWS_FILE
      See Also:
  • Constructor Details

    • DBWSException

      public DBWSException()
    • DBWSException

      public DBWSException(String message, Throwable cause)
    • DBWSException

      public DBWSException(String message)
  • Method Details

    • couldNotLocateFile

      public static DBWSException couldNotLocateFile(String missingFile)
      INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
    • couldNotLocateDescriptorForOperation

      public static DBWSException couldNotLocateDescriptorForOperation(String descriptor, String operation)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • couldNotLocateQueryForDescriptor

      public static DBWSException couldNotLocateQueryForDescriptor(String query, String descriptor)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • couldNotLocateQueryForSession

      public static DBWSException couldNotLocateQueryForSession(String query, String session)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • parameterDoesNotExistForOperation

      public static DBWSException parameterDoesNotExistForOperation(String parameterType, String operation)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • parameterHasNoMapping

      public static DBWSException parameterHasNoMapping(String parameterType, String operation)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • resultDoesNotExistForOperation

      public static DBWSException resultDoesNotExistForOperation(String resultType, String operation)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • resultHasNoMapping

      public static DBWSException resultHasNoMapping(String resultType, String operation)
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • multipleOutputArgumentsOnlySupportedForSimpleXML

      public static DBWSException multipleOutputArgumentsOnlySupportedForSimpleXML()
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • inoutCursorArgumentsNotSupported

      public static DBWSException inoutCursorArgumentsNotSupported()
      INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
    • couldNotLocateORSessionForService

      public static DBWSException couldNotLocateORSessionForService(String serviceName)
      INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
    • couldNotLocateOXSessionForService

      public static DBWSException couldNotLocateOXSessionForService(String serviceName)
      INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
    • couldNotParseDBWSFile

      public static DBWSException couldNotParseDBWSFile()