public class InvalidParameterException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
InvalidParameterException()
Constructs a new exception with no detail message.
|
InvalidParameterException(java.lang.String message)
Constructs a new exception with the specified
message . |
public InvalidParameterException()
public InvalidParameterException(java.lang.String message)
message
.message
- the detail message.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.