Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.plugin
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.oud.plugin.PluginException

All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends java.lang.Exception

This class defines the root of exceptions that are thrown by plugins.

See Also:
Serialized Form

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

PluginException

public PluginException()
Creates a new instance of this class without specifying any root cause.

PluginException

public PluginException(Message message)
Creates a new instance of this class with the specified message.
Parameters:
message - the description of the cause of this exception.

PluginException

public PluginException(java.lang.Throwable cause)
Creates a new instance of this class with the specified root cause.
Parameters:
cause - the root cause of this exception.

PluginException

public PluginException(Message message,
                       java.lang.Throwable cause)
Creates a new instance of this class with the specified message and root cause.
Parameters:
message - the description of the cause of this exception.
cause - the root cause of this exception.

Method Detail

getMessageObject

public Message getMessageObject()
Returns the Message contained in that exception.
Returns:
the Message contained in that exception.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


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