Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.pb.service
Class IllegalStateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.portal.WpsException
              extended bycom.ibm.wps.pb.service.PropertyBrokerServiceException
                  extended bycom.ibm.wps.pb.service.IllegalStateException
All Implemented Interfaces:
com.ibm.portal.Localized, com.ibm.wps.util.MessageRef, java.io.Serializable

public class IllegalStateException
extends PropertyBrokerServiceException

Thrown by methods implemented by PropertyBrokerService to indicate that a method was invoked when the portlet was in an invalid state, for example, in the render phase when it is required to be in the event phase. Portlets must only catch this exception and not throw it.

Since:
5.0
See Also:
PropertyBrokerService, Serialized Form

Constructor Summary
IllegalStateException(com.ibm.wps.util.MessageCode code)
           
IllegalStateException(com.ibm.wps.util.MessageCode code, java.lang.Object[] args)
           
IllegalStateException(com.ibm.wps.util.MessageCode code, java.lang.Object[] args, java.lang.Throwable t)
           
 

Methods inherited from class com.ibm.portal.WpsException
getDescription, getLocales, getMessage, getMessage, getMessageArguments, getMessageCode, getTitle, printStackTrace, printStackTrace, printStackTrace, printToplevelStackTrace
 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStateException

public IllegalStateException(com.ibm.wps.util.MessageCode code)

IllegalStateException

public IllegalStateException(com.ibm.wps.util.MessageCode code,
                             java.lang.Object[] args)

IllegalStateException

public IllegalStateException(com.ibm.wps.util.MessageCode code,
                             java.lang.Object[] args,
                             java.lang.Throwable t)

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.