Class SyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.mq.jakarta.jms.SyntaxException
All Implemented Interfaces:
Serializable

public class SyntaxException extends Exception
Deprecated.
no longer used.
Indicates that there is a syntax error in an SQL expression.
See Also:
  • Constructor Details

    • SyntaxException

      public SyntaxException()
      Deprecated.
      exclude
      The default constructor.
    • SyntaxException

      public SyntaxException(String detail)
      Deprecated.
      Parameters:
      detail - information about the exception.
      exclude
      A constructor specifying details of the exception.