com.plumtree.remote.portlet
Class ProtocolNotSupportedException

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

public class ProtocolNotSupportedException
extends java.lang.RuntimeException

Thrown when a user attempts to access functionality in a version of the portal that does not support it.

See Also:
Serialized Form

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

ProtocolNotSupportedException

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


ProtocolNotSupportedException

public ProtocolNotSupportedException(java.lang.String msg)
Constructs a ProtocolNotSupportedException 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.