com.bea.alui.proxy
Class NotGatewayedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.alui.proxy.NotGatewayedException
All Implemented Interfaces:
java.io.Serializable

public class NotGatewayedException
extends java.lang.RuntimeException

Thrown when a user attempts to access API functionality that is only available when the request is gatewayed.

See Also:
Serialized Form

Constructor Summary
NotGatewayedException()
          Constructs a NotGatewayedException with no detail message.
NotGatewayedException(java.lang.String msg)
          Constructs a NotGatewayedException with a detail message.
NotGatewayedException(java.lang.Throwable cause)
          Constructs a NotGatewayedException with a detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotGatewayedException

public NotGatewayedException()
Constructs a NotGatewayedException with no detail message.


NotGatewayedException

public NotGatewayedException(java.lang.String msg)
Constructs a NotGatewayedException with a detail message.

Parameters:
msg - the detail message

NotGatewayedException

public NotGatewayedException(java.lang.Throwable cause)
Constructs a NotGatewayedException with a detail message.

Parameters:
cause - the cause of the exception


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.