Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.plugin
Class DenyPluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wlcp.wlng.api.plugin.PluginException
              extended bycom.bea.wlcp.wlng.api.plugin.DenyPluginException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SubscriberDenyPluginException

public class DenyPluginException
extends PluginException

Policy deny plug-in exception. This should only be thrown to indicate 'policy' violations of which client is in control of and could react to in a reasonable manner. Internal problems should not be indicated with this type.

See Also:
Serialized Form

Constructor Summary
DenyPluginException(String message)
           
DenyPluginException(String message, int _denyCode)
           
DenyPluginException(String message, Throwable cause)
           
DenyPluginException(String message, Throwable cause, int _denyCode)
           
DenyPluginException(Throwable cause)
           
DenyPluginException(Throwable cause, int _denyCode)
           

 

Method Summary
 int getInternalDenyCode()
           

 

Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

DenyPluginException

public DenyPluginException(String message)

DenyPluginException

public DenyPluginException(String message,
                           int _denyCode)

DenyPluginException

public DenyPluginException(String message,
                           Throwable cause)

DenyPluginException

public DenyPluginException(String message,
                           Throwable cause,
                           int _denyCode)

DenyPluginException

public DenyPluginException(Throwable cause)

DenyPluginException

public DenyPluginException(Throwable cause,
                           int _denyCode)

Method Detail

getInternalDenyCode

public int getInternalDenyCode()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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