|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.oud.plugin.PluginException
public class PluginException
This class defines the root of exceptions that are thrown by plugins.
| Constructor Summary | |
|---|---|
PluginException()Creates a new instance of this class without specifying any root cause. |
|
PluginException(Message message)Creates a new instance of this class with the specified message. |
|
PluginException(Message message, java.lang.Throwable cause)Creates a new instance of this class with the specified message and root cause. |
|
PluginException(java.lang.Throwable cause)Creates a new instance of this class with the specified root cause. |
|
| Method Summary | |
|---|---|
Message |
getMessageObject()Returns the Message contained in that exception. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PluginException()
public PluginException(Message message)
message - the description of the cause of this exception.public PluginException(java.lang.Throwable cause)
cause - the root cause of this exception.
public PluginException(Message message,
java.lang.Throwable cause)
message - the description of the cause of this exception.cause - the root cause of this exception.| Method Detail |
|---|
public Message getMessageObject()
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||