Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.transport
Class DriverException

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

public class DriverException
extends java.lang.Exception

The driver exception.

Author:
jxiang
See Also:
Serialized Form

Field Summary
static int FATAL
           
static int NON_FATAL
           

 

Constructor Summary
DriverException(int level, java.lang.String msg)
          Constructor.

 

Method Summary
 int getLevel()
          Get the exception code.
 java.lang.String getMessage()
          Get the exception message.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

FATAL

public static final int FATAL
See Also:
Constant Field Values

NON_FATAL

public static final int NON_FATAL
See Also:
Constant Field Values
Constructor Detail

DriverException

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

getLevel

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

getMessage

public java.lang.String getMessage()
Get the exception message.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the exception message.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.