Class InvalidDataException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int closecode
      attribute which closecode will be returned
      private static long serialVersionUID
      Serializable
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidDataException​(int closecode)
      constructor for a InvalidDataException
      InvalidDataException​(int closecode, java.lang.String s)
      constructor for a InvalidDataException.
      InvalidDataException​(int closecode, java.lang.String s, java.lang.Throwable t)
      constructor for a InvalidDataException.
      InvalidDataException​(int closecode, java.lang.Throwable t)
      constructor for a InvalidDataException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCloseCode()
      Getter closecode
      • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serializable
        See Also:
        Constant Field Values
      • closecode

        private final int closecode
        attribute which closecode will be returned
    • Constructor Detail

      • InvalidDataException

        public InvalidDataException​(int closecode)
        constructor for a InvalidDataException
        Parameters:
        closecode - the closecode which will be returned
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    java.lang.String s)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        s - the detail message.
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    java.lang.Throwable t)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        t - the throwable causing this exception.
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    java.lang.String s,
                                    java.lang.Throwable t)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        s - the detail message.
        t - the throwable causing this exception.
    • Method Detail

      • getCloseCode

        public int getCloseCode()
        Getter closecode
        Returns:
        the closecode