当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
PortletRequestBindingException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.web.portlet.bind
Class PortletRequestBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
org.springframework.web.portlet.bind.PortletRequestBindingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MissingPortletRequestParameterException
public class PortletRequestBindingException
- extends PortletException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- Since:
- 2.0
- Author:
- Juergen Hoeller, John A. Lewis
- See Also:
- Serialized Form
PortletRequestBindingException
public PortletRequestBindingException(String msg)
- Constructor for PortletRequestBindingException.
- Parameters:
msg
- the detail message
PortletRequestBindingException
public PortletRequestBindingException(String msg,
Throwable cause)
- Constructor for PortletRequestBindingException.
- Parameters:
msg
- the detail messagecause
- the root cause
Copyright © 2002-2007 The Spring Framework.