java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.DBWSException
- All Implemented Interfaces:
Serializable
PUBLIC: runtime exception for EclipseLink DBWS Service
- Since:
- EclipseLink 1.x
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
ConstructorDescriptionDBWSException
(String message) DBWSException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic DBWSException
couldNotLocateDescriptorForOperation
(String descriptor, String operation) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
couldNotLocateFile
(String missingFile) INTERNAL: Exception when reading DBWS metadata and the given file cannot be locatedstatic DBWSException
couldNotLocateORSessionForService
(String serviceName) INTERNAL: Exception when reading DBWS metadata and the given file cannot be locatedstatic DBWSException
couldNotLocateOXSessionForService
(String serviceName) INTERNAL: Exception when reading DBWS metadata and the given file cannot be locatedstatic DBWSException
couldNotLocateQueryForDescriptor
(String query, String descriptor) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
couldNotLocateQueryForSession
(String query, String session) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
static DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
parameterDoesNotExistForOperation
(String parameterType, String operation) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
parameterHasNoMapping
(String parameterType, String operation) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
resultDoesNotExistForOperation
(String resultType, String operation) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationstatic DBWSException
resultHasNoMapping
(String resultType, String operation) INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operationMethods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
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
-
DBWSException
-
-
Method Details
-
couldNotLocateFile
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
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
couldNotLocateQueryForSession
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
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
resultDoesNotExistForOperation
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
resultHasNoMapping
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
multipleOutputArgumentsOnlySupportedForSimpleXML
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
inoutCursorArgumentsNotSupported
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation -
couldNotLocateORSessionForService
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located -
couldNotLocateOXSessionForService
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located -
couldNotParseDBWSFile
-