Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

oracle.sdp.messaging.driver
Class DriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.sdp.messaging.driver.DriverException
All Implemented Interfaces:
Serializable

public class DriverException
extends java.lang.Exception

Messaging Driver Exception.

Since:
11.0.0
See Also:
Serialized Form

Constructor Summary
DriverException(DriverExceptionType type, java.lang.String s)
           
DriverException(DriverExceptionType type, java.lang.String s, java.lang.Throwable t)
           
DriverException(DriverExceptionType type, java.lang.Throwable t)
           
DriverException(java.lang.String s)
           
DriverException(java.lang.String s, java.lang.Throwable t)
           
DriverException(java.lang.Throwable t)
           
 
Method Summary
 DriverExceptionType getExceptionType()
           
 
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

DriverException

public DriverException(DriverExceptionType type,
                       java.lang.String s)

DriverException

public DriverException(DriverExceptionType type,
                       java.lang.String s,
                       java.lang.Throwable t)

DriverException

public DriverException(DriverExceptionType type,
                       java.lang.Throwable t)

DriverException

public DriverException(java.lang.String s)

DriverException

public DriverException(java.lang.String s,
                       java.lang.Throwable t)

DriverException

public DriverException(java.lang.Throwable t)
Method Detail

getExceptionType

public DriverExceptionType getExceptionType()

Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

Copyright © 2009, 2011 Oracle and/or its affiliates. All rights reserved.