[jboss-jira] [JBoss JIRA] (AS7-6661) Ensure OperationFailedException constructors don't allow null failure description
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Mar 1 13:34:56 EST 2013
Brian Stansberry created AS7-6661:
-------------------------------------
Summary: Ensure OperationFailedException constructors don't allow null failure description
Key: AS7-6661
URL: https://issues.jboss.org/browse/AS7-6661
Project: Application Server 7
Issue Type: Enhancement
Environment: OFE.getFailureDescription() should not return null.
OperationClientException javadoc should clearly state this.
An OFE(Throwable cause) constructor would be good; just call this(cause.getMessage(), cause).
Reporter: Brian Stansberry
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list