OracleAS PDK for Java 9.0.4.0.2

oracle.portal.provider.v2
Class PortletAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.portal.utils.v2.ContainerException
                    |
                    +--oracle.portal.provider.v2.PortletException
                          |
                          +--oracle.portal.provider.v2.PortletAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class PortletAlreadyExistsException
extends PortletException

See Also:
Serialized Form

Constructor Summary
PortletAlreadyExistsException()
           
PortletAlreadyExistsException(java.lang.String msg)
           
 
Methods inherited from class oracle.portal.utils.v2.ContainerException
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletAlreadyExistsException

public PortletAlreadyExistsException()

PortletAlreadyExistsException

public PortletAlreadyExistsException(java.lang.String msg)

OracleAS PDK for Java 9.0.4.0.2

Copyright (c) 2002,2003 Oracle Corporation. All Rights Reserved.