public class InvalidPropertyException extends JMSException
InvalidPropertyException
is thrown when a setProperty
is called with an invalid property name parameter.Constructor and Description |
---|
InvalidPropertyException(String property)
Constructs an InvalidPropertyException.
|
getErrorCode, getLinkedException, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPropertyException(String property)
property
- The invalid property name.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.