IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ems
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ems.CMMException
              extended by com.ibm.websphere.ems.FormatException
All Implemented Interfaces:
java.io.Serializable

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

public final class FormatException
extends CMMException

Exception indicating a problem with the formatting of a message.

See Also:
Serialized Form

Constructor Summary
FormatException(java.lang.String reason)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
FormatException(java.lang.String reason, java.lang.Exception linkedException)
          Deprecated. Deprecated since 6.0, EMS is replaced by using standard JMS apis
 
Method Summary
 
Methods inherited from class com.ibm.websphere.ems.CMMException
equals, getLinkedException, hashCode, toString
 
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

FormatException

public FormatException(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

FormatException

public FormatException(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

IBM WebSphere Application ServerTM
Release 7