oracle.panama.messaging.transport
Class TransportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.messaging.transport.TransportException
All Implemented Interfaces:
java.io.Serializable

public class TransportException
extends java.lang.Exception

The transport exception.

See Also:
Serialized Form

Constructor Summary
TransportException(int code, java.lang.String msg)
          Constructor.
 
Method Summary
TypeMethod
 int getCode()
          Get the exception code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransportException

public TransportException(int code,
                          java.lang.String msg)
Constructor.
Parameters:
code - the exception code.
msg - the exception message.
Method Detail

getCode

public int getCode()
Get the exception code.
Returns:
the exception code.