Class EISException

All Implemented Interfaces:
Serializable

public class EISException extends DatabaseException

Use an EISException when any problem is detected while interacting with an EIS datasource

Since:
OracleAS TopLink 10g (10.0.3)
See Also:
  • Field Details

    • INCORRECT_LOGIN_INSTANCE_PROVIDED

      public static final int INCORRECT_LOGIN_INSTANCE_PROVIDED
      See Also:
    • PROP_NOT_SET

      public static final int PROP_NOT_SET
      See Also:
    • INVALID_PROP

      public static final int INVALID_PROP
      See Also:
    • PROPS_NOT_SET

      public static final int PROPS_NOT_SET
      See Also:
    • OUTPUT_UNSUPPORTED_MSG_TYPE

      public static final int OUTPUT_UNSUPPORTED_MSG_TYPE
      See Also:
    • NO_CONN_FACTORY

      public static final int NO_CONN_FACTORY
      See Also:
    • INVALID_INTERACTION_SPEC_TYPE

      public static final int INVALID_INTERACTION_SPEC_TYPE
      See Also:
    • INVALID_RECORD_TYPE

      public static final int INVALID_RECORD_TYPE
      See Also:
    • UNKNOWN_INTERACTION_SPEC_TYPE

      public static final int UNKNOWN_INTERACTION_SPEC_TYPE
      See Also:
    • INVALID_INPUT

      public static final int INVALID_INPUT
      See Also:
    • TIMEOUT

      public static final int TIMEOUT
      See Also:
    • INPUT_UNSUPPORTED_MSG_TYPE

      public static final int INPUT_UNSUPPORTED_MSG_TYPE
      See Also:
    • INVALID_METHOD_INVOCATION

      public static final int INVALID_METHOD_INVOCATION
      See Also:
    • TX_SESSION_TEST_ERROR

      public static final int TX_SESSION_TEST_ERROR
      See Also:
    • INVALID_AQ_INTERACTION_SPEC_TYPE

      public static final int INVALID_AQ_INTERACTION_SPEC_TYPE
      See Also:
    • INVALID_AQ_RECORD_TYPE

      public static final int INVALID_AQ_RECORD_TYPE
      See Also:
    • INVALID_AQ_INPUT

      public static final int INVALID_AQ_INPUT
      See Also:
    • INVALID_FACTORY_ATTRIBUTES

      public static final int INVALID_FACTORY_ATTRIBUTES
      See Also:
    • COULD_NOT_DELETE_FILE

      public static final int COULD_NOT_DELETE_FILE
      See Also:
    • GROUPING_ELEMENT_REQUIRED

      public static final int GROUPING_ELEMENT_REQUIRED
      See Also:
    • OPERATION_PROPERTY_IS_NOT_SET

      public static final int OPERATION_PROPERTY_IS_NOT_SET
      See Also:
    • TABLE_NAME_IS_NOT_SET

      public static final int TABLE_NAME_IS_NOT_SET
      See Also:
    • INVALID_CONSISTENCY_PROPERTY_VALUE

      public static final int INVALID_CONSISTENCY_PROPERTY_VALUE
      See Also:
    • INVALID_DURABILITY_PROPERTY_VALUE

      public static final int INVALID_DURABILITY_PROPERTY_VALUE
      See Also:
    • XML_INTERACTION_IS_VALID_ONLY

      public static final int XML_INTERACTION_IS_VALID_ONLY
      See Also:
    • QUERY_IS_TOO_COMPLEX_FOR_ORACLE_NOSQL_DB

      public static final int QUERY_IS_TOO_COMPLEX_FOR_ORACLE_NOSQL_DB
      See Also:
    • EIS_EXCEPTION

      public static final int EIS_EXCEPTION
      See Also:
    • RESOURCE_EXCEPTION

      public static final int RESOURCE_EXCEPTION
      See Also:
  • Constructor Details

    • EISException

      public EISException(Exception exception)
    • EISException

      public EISException(String message)
    • EISException

      public EISException(Exception exception, String message)
  • Method Details

    • resourceException

      public static EISException resourceException(Exception resourceException, EISAccessor accessor, AbstractSession session)
    • resourceException

      public static EISException resourceException(ResourceException resourceException, EISAccessor accessor, AbstractSession session)
    • resourceException

      public static EISException resourceException(ResourceException resourceException, Call call, EISAccessor accessor, AbstractSession session)
    • createResourceException

      public static EISException createResourceException(Object[] args, int errorCode)
    • createException

      public static EISException createException(Exception ex)
    • createException

      public static EISException createException(Object[] args, int errorCode)
    • propertyNotSet

      public static EISException propertyNotSet(String property)
    • propertiesNotSet

      public static EISException propertiesNotSet(String property1, String property2)
    • invalidProperty

      public static EISException invalidProperty(String property)
    • unsupportedMessageInOutputRecord

      public static EISException unsupportedMessageInOutputRecord()
    • unsupportedMessageInInputRecord

      public static EISException unsupportedMessageInInputRecord()
    • noConnectionFactorySpecified

      public static EISException noConnectionFactorySpecified()
    • invalidInteractionSpecType

      public static EISException invalidInteractionSpecType()
    • invalidAQInteractionSpecType

      public static EISException invalidAQInteractionSpecType()
    • invalidRecordType

      public static EISException invalidRecordType()
    • invalidAQRecordType

      public static EISException invalidAQRecordType()
    • unknownInteractionSpecType

      public static EISException unknownInteractionSpecType()
    • invalidConnectionFactoryAttributes

      public static EISException invalidConnectionFactoryAttributes()
    • invalidInput

      public static EISException invalidInput()
    • invalidAQInput

      public static EISException invalidAQInput()
    • timeoutOccurred

      public static EISException timeoutOccurred()
    • invalidMethodInvocation

      public static EISException invalidMethodInvocation()
    • transactedSessionTestError

      public static EISException transactedSessionTestError()
    • groupingElementRequired

      public static EISException groupingElementRequired()
    • couldNotDeleteFile

      public static EISException couldNotDeleteFile(Object[] args)
    • operationPropertyIsNotSet

      public static EISException operationPropertyIsNotSet()
    • tableNameIsNotSet

      public static EISException tableNameIsNotSet()
    • invalidConsistencyPropertyValue

      public static EISException invalidConsistencyPropertyValue(String property)
    • invalidDurabilityPropertyValue

      public static EISException invalidDurabilityPropertyValue(String property)
    • xmlInteractionIsValidOnly

      public static EISException xmlInteractionIsValidOnly(String property)
    • queryIsTooComplexForOracleNoSQLDB

      public static EISException queryIsTooComplexForOracleNoSQLDB(String property)
    • incorrectLoginInstanceProvided

      public static EISException incorrectLoginInstanceProvided(Class<?> loginClass)