Class StreamException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StreamException​(java.lang.Exception cause)
      Base class constructor.
      protected StreamException​(java.lang.String message)
      Base class constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • 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, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StreamException

        protected StreamException​(java.lang.String message)
        Base class constructor.
        Parameters:
        message - the event message
      • StreamException

        protected StreamException​(java.lang.Exception cause)
        Base class constructor.
        Parameters:
        cause - a wrapped exception
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object