IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ems
Class CMMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ems.CMMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, FormatException, IllegalStateException, TimeoutException, TransportException

Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

public class CMMException
extends java.lang.Exception

Parent class for all CMM exceptions.

See Also:
Serialized Form

Constructor Summary
CMMException(java.lang.String reason)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
CMMException(java.lang.String reason, java.lang.Exception linkedException)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Method Summary
 boolean equals(java.lang.Object other)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 java.lang.Exception getLinkedException()
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 int hashCode()
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 java.lang.String toString()
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMMException

public CMMException(java.lang.String reason)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
reason - a description of the exception

CMMException

public CMMException(java.lang.String reason,
                    java.lang.Exception linkedException)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Constructor.

Parameters:
reason - a description of the exception
linkedException - the linked exception
Method Detail

getLinkedException

public final java.lang.Exception getLinkedException()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Gets the exception linked to this one.

Returns:
the linked exception, null if none

equals

public boolean equals(java.lang.Object other)
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Compare this CMMException with the given Object for equality.

Overrides:
equals in class java.lang.Object
Parameters:
other - the other object to compare with
Returns:
true if, and only if, the object is equal

hashCode

public int hashCode()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Return the hash code for this CMMException.

Overrides:
hashCode in class java.lang.Object
Returns:
the hash code

toString

public java.lang.String toString()
Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis

Returns a string representation of this CMMException.

Overrides:
toString in class java.lang.Throwable
Returns:
a string representation

IBM WebSphere Application ServerTM
Release 7