public class

OracleGenericException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.oracle.client.OracleGenericException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
OracleGenericException(Throwable cause)
OracleGenericException(String message)
OracleGenericException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public OracleGenericException (Throwable cause)

Parameters
cause

public OracleGenericException (String message)

Parameters
message

public OracleGenericException (String message, Throwable cause)

Parameters
message
cause