Oracle Application Server Wireless Java API Reference
B10400-01

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.

Author:
jxiang
See Also:
Serialized Form

Constructor Summary
TransportException(int code, java.lang.String msg)
          Constructor.

 

Method Summary
 int getCode()
          Get the exception code.

 

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
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.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.