public class IllegalVerbException extends HandlerException
| Constructor and Description |
|---|
IllegalVerbException()
Creates a new instance of
IllegalVerbException without
detail message. |
IllegalVerbException(String msg)
Constructs an instance of
IllegalVerbException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalVerbException()
IllegalVerbException without
detail message.public IllegalVerbException(String msg)
IllegalVerbException with the
specified detail message.msg - the detail message.Copyright © 2017 DuraSpace. All Rights Reserved.