org.codehaus.activemq
Class UnsupportedWireFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended byorg.codehaus.activemq.UnsupportedWireFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedWireFormatException
extends JMSException

This exception is raised if the wire format is not supported by the connected peer

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
UnsupportedWireFormatException(String description)
          Construct Exception
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedWireFormatException

public UnsupportedWireFormatException(String description)
Construct Exception

Parameters:
description -


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.