Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin
Class PluginRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.am.plugin.PluginRuntimeException

All Implemented Interfaces:
java.io.Serializable

public class PluginRuntimeException
extends java.lang.RuntimeException

PluginRuntimeException the Exception that needs to thrown from plug-in if the excution fails.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0
See Also:
Serialized Form

Constructor Summary
PluginRuntimeException(java.lang.String message)
          Constructor to create an exception with a message ID or message.
PluginRuntimeException(java.lang.String message, java.lang.Exception e)
          Constructor to create an exception with a message ID or message and an exception.
PluginRuntimeException(java.lang.Throwable e)
          Constructor with an exception.

 

Method Summary

 

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

PluginRuntimeException

public PluginRuntimeException(java.lang.Throwable e)
Constructor with an exception. This will be used to convert the exception to PluginRuntimeException. If the exception need to be handled in downstream specify an error code using. public void setErrorCode(int errorCode) method or overloaded constructor that takes error code.
Parameters:
e -

PluginRuntimeException

public PluginRuntimeException(java.lang.String message)
Constructor to create an exception with a message ID or message. If the exception need to be handled in downstream specify an error code using. public void setErrorCode(int errorCode) method or overloaded constructor that takes error code.
Parameters:
message -

PluginRuntimeException

public PluginRuntimeException(java.lang.String message,
                              java.lang.Exception e)
Constructor to create an exception with a message ID or message and an exception. If the exception need to be handled in downstream specify an error code using. public void setErrorCode(int errorCode) method or overloaded constructor that takes error code.
Parameters:
message -
e -

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


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