Package com.ibm.mq.jms
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.mq.jms.SyntaxException
- All Implemented Interfaces:
Serializable
Deprecated.
no longer used.
Indicates that there is a syntax error in an SQL expression.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxException
public SyntaxException()Deprecated.- exclude
- The default constructor.
-
SyntaxException
Deprecated.- Parameters:
detail- information about the exception.- exclude
- A constructor specifying details of the exception.
-