com.plumtree.remote.portlet
Class NotInRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.plumtree.remote.portlet.NotInRequestException
All Implemented Interfaces:
java.io.Serializable

public class NotInRequestException
extends java.lang.Exception

Thrown when a user attempts to access settings that the administrator has not configured to be sent to the portlet.

See Also:
Serialized Form

Constructor Summary
NotInRequestException()
          Constructs a NotInRequestException with no detail message.
NotInRequestException(java.lang.String msg)
          Constructs a NotInRequestException 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

NotInRequestException

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


NotInRequestException

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

Parameters:
msg - the detail message


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.