| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.webdav.InvalidPropertyNameException
InvalidPropertyNameException | public class InvalidPropertyNameException extends Exception (Code) | | When thrown, this class signals that the property name
string provided was not legal based on the definition
provided in the documentation of the PropertyName(String)
constructor.
author: Jason Crawford <ccjason@us.ibm.com> |
InvalidPropertyNameException | public InvalidPropertyNameException()(Code) | | Construct an InvalidPropertyNameException object.
|
InvalidPropertyNameException | public InvalidPropertyNameException(String s)(Code) | | InvalidPropertyNameException constructor comment.
Parameters: statusMessage - a message describing the exception of status code |
|
|
|