Class EISException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EISException
    extends DatabaseException

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

    See Also:
    Serialized Form
    Author:
    James
    Since:
    OracleAS TopLink 10g (10.0.3)
    • Constructor Detail

      • EISException

        public EISException​(java.lang.Exception exception)
      • EISException

        public EISException​(java.lang.String message)
      • EISException

        public EISException​(java.lang.Exception exception,
                            java.lang.String message)
    • Method Detail

      • resourceException

        public static EISException resourceException​(java.lang.Exception resourceException,
                                                     EISAccessor accessor,
                                                     org.eclipse.persistence.internal.sessions.AbstractSession session)
      • resourceException

        public static EISException resourceException​(javax.resource.ResourceException resourceException,
                                                     EISAccessor accessor,
                                                     org.eclipse.persistence.internal.sessions.AbstractSession session)
      • resourceException

        public static EISException resourceException​(javax.resource.ResourceException resourceException,
                                                     Call call,
                                                     EISAccessor accessor,
                                                     org.eclipse.persistence.internal.sessions.AbstractSession session)
      • createResourceException

        public static EISException createResourceException​(java.lang.Object[] args,
                                                           int errorCode)
      • createException

        public static EISException createException​(java.lang.Exception ex)
      • createException

        public static EISException createException​(java.lang.Object[] args,
                                                   int errorCode)
      • propertyNotSet

        public static EISException propertyNotSet​(java.lang.String property)
      • propertiesNotSet

        public static EISException propertiesNotSet​(java.lang.String property1,
                                                    java.lang.String property2)
      • invalidProperty

        public static EISException invalidProperty​(java.lang.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()
      • 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​(java.lang.Object[] args)
      • incorrectLoginInstanceProvided

        public static EISException incorrectLoginInstanceProvided​(java.lang.Class loginClass)