PREV CLASS
NEXT CLASS
com.ibm.wps.pb.service
Class PropertyBrokerServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.WpsException
com.ibm.wps.pb.service.PropertyBrokerServiceException
- All Implemented Interfaces:
- Localized, com.ibm.wps.util.MessageRef, java.io.Serializable
- Direct Known Subclasses:
- IllegalStateException, InvalidPropertyException
Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
-
public class PropertyBrokerServiceException
- extends com.ibm.portal.WpsException
This is the root class for all checked exceptions thrown by the Property Broker.
Thrown by several methods in PropertyBrokerService.
Portlets must only catch, and not throw this exception.
- Since:
- 5.0
- See Also:
- PropertyBrokerService,
Serialized Form
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 |
PropertyBrokerServiceException
public PropertyBrokerServiceException(com.ibm.wps.util.MessageCode code)
- Deprecated.
PropertyBrokerServiceException
public PropertyBrokerServiceException(com.ibm.wps.util.MessageCode code,
java.lang.Object[] args)
- Deprecated.
PropertyBrokerServiceException
public PropertyBrokerServiceException(com.ibm.wps.util.MessageCode code,
java.lang.Object[] args,
java.lang.Throwable t)
- Deprecated.
PREV CLASS
NEXT CLASS