org.eclipse.webdav.internal.kernel
Class InvalidPropertyNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.webdav.internal.kernel.InvalidPropertyNameException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyNameException
- extends Exception
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyNameException
public InvalidPropertyNameException()
- Construct an InvalidPropertyNameException object.
InvalidPropertyNameException
public InvalidPropertyNameException(String statusMessage)
- InvalidPropertyNameException constructor comment.
- Parameters:
statusMessage
- a message describing the exception of status code
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.