com.ibm.wps.pb.service
Class InvalidPropertyException

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

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 InvalidPropertyException
extends PropertyBrokerServiceException

Thrown by public methods in the com.ibm.wps.pb package to indicate that a property is invalid, for example missing a required field. Portlets must only catch this exception and not throw it.

Since:
5.0
See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(com.ibm.wps.util.MessageCode code)
          Deprecated.  
InvalidPropertyException(com.ibm.wps.util.MessageCode code, java.lang.Object[] args)
          Deprecated.  
InvalidPropertyException(com.ibm.wps.util.MessageCode code, java.lang.Object[] args, java.lang.Throwable t)
          Deprecated.  
 
Method Summary
 
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

InvalidPropertyException

public InvalidPropertyException(com.ibm.wps.util.MessageCode code)
Deprecated. 

InvalidPropertyException

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

InvalidPropertyException

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