Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.transport
Class DriverException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.panama.messaging.transport.DriverException

All Implemented Interfaces:
java.io.Serializable

public class DriverException
extends java.lang.Exception

The driver exception.

See Also:
Serialized Form

Field Summary
static int FATAL
static int NON_FATAL
static int UNKNOWN

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

UNKNOWN

public static final int UNKNOWN
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.
Returns:
the exception message.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.