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