com.ibm.mq.jms

Class SyntaxException

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

    Deprecated. 
    no longer used.

    public class SyntaxException
    extends java.lang.Exception
    Indicates that there is a syntax error in an SQL expression.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SyntaxException()
      Deprecated. 
       
      SyntaxException(java.lang.String detail)
      Deprecated. 
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyntaxException

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

        public SyntaxException(java.lang.String detail)
        Deprecated. 
        Parameters:
        detail - information about the exception.
        exclude
        A constructor specifying details of the exception.
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.