oracle.toplink.exceptions
Class JMSProcessingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.toplink.exceptions.TopLinkException
                          |
                          +--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
TypeField
static int DEFAULT
           
static int NO_TOPIC_SET
           
 
Constructor Summary
JMSProcessingException(java.lang.String message, java.lang.Throwable exception)
           
 
Method Summary
TypeMethod
static JMSProcessingException buildDefault(java.lang.Throwable exception)
           
static JMSProcessingException noTopicSet(java.lang.Throwable exception)
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT

NO_TOPIC_SET

public static final int NO_TOPIC_SET
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)