public class ObjectQueryException extends J2EEException
| Constructor and Description |
|---|
| ObjectQueryException()
Default Constructor.
|
| ObjectQueryException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
Constructor with a localized message.
|
| ObjectQueryException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
Constructor with a localized message and a chained exception.
|
| ObjectQueryException(java.lang.Throwable exception)
Constructor with a chained exception.
|
public ObjectQueryException()
Default Constructor.
public ObjectQueryException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
Constructor with a localized message.
public ObjectQueryException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
Constructor with a localized message and a chained exception.
public ObjectQueryException(java.lang.Throwable exception)
Constructor with a chained exception.