public class EnhancerMetaDataUserException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
nested
An optional nested exception.
|
Constructor and Description |
---|
EnhancerMetaDataUserException()
Constructs an
EnhancerMetaDataUserException with no detail
message. |
EnhancerMetaDataUserException(java.lang.String msg)
Constructs an
EnhancerMetaDataUserException with the specified
detail message. |
EnhancerMetaDataUserException(java.lang.String msg,
java.lang.Throwable nested)
Constructs an
EnhancerMetaDataUserException with the specified
detail message and an optional nested exception. |
EnhancerMetaDataUserException(java.lang.Throwable nested)
Constructs an
EnhancerMetaDataUserException with an optional
nested exception. |
public EnhancerMetaDataUserException()
EnhancerMetaDataUserException
with no detail
message.public EnhancerMetaDataUserException(java.lang.String msg)
EnhancerMetaDataUserException
with the specified
detail message.public EnhancerMetaDataUserException(java.lang.Throwable nested)
EnhancerMetaDataUserException
with an optional
nested exception.public EnhancerMetaDataUserException(java.lang.String msg, java.lang.Throwable nested)
EnhancerMetaDataUserException
with the specified
detail message and an optional nested exception.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.