Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.exceptions
Class JMSProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.JMSProcessingException
All Implemented Interfaces:
java.io.Serializable

public class JMSProcessingException
extends TopLinkException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int DEFAULT
           
static int MDB_ERROR_LOOKUP_SESSION_NAME_ENV
           
static int MDB_FOUND_NO_SESSION
           
static int NO_TOPIC_SET
           
 
Constructor Summary
JMSProcessingException(java.lang.String message, java.lang.Throwable exception)
           
 
Method Summary
static JMSProcessingException buildDefault(java.lang.Throwable exception)
           
static JMSProcessingException errorLookupSessionNameInCtx(java.lang.Throwable exception)
           
static JMSProcessingException mdbFoundNoSession()
           
static JMSProcessingException noTopicSet(java.lang.Throwable exception)
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

NO_TOPIC_SET

public static final int NO_TOPIC_SET
See Also:
Constant Field Values

MDB_ERROR_LOOKUP_SESSION_NAME_ENV

public static final int MDB_ERROR_LOOKUP_SESSION_NAME_ENV
See Also:
Constant Field Values

MDB_FOUND_NO_SESSION

public static final int MDB_FOUND_NO_SESSION
See Also:
Constant Field Values
Constructor Detail

JMSProcessingException

public JMSProcessingException(java.lang.String message,
                              java.lang.Throwable exception)
Method Detail

buildDefault

public static JMSProcessingException buildDefault(java.lang.Throwable exception)

noTopicSet

public static JMSProcessingException noTopicSet(java.lang.Throwable exception)

errorLookupSessionNameInCtx

public static JMSProcessingException errorLookupSessionNameInCtx(java.lang.Throwable exception)

mdbFoundNoSession

public static JMSProcessingException mdbFoundNoSession()

Copyright © 1998, 2010, Oracle. All Rights Reserved.