Class StreamException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    StreamAPIException

    public class StreamException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        StreamException()  
        StreamException​(java.lang.String message)  
        StreamException​(java.lang.String message, java.lang.Throwable cause)  
      protected StreamException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
        StreamException​(java.lang.Throwable cause)  
    • 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

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

      • StreamException

        public StreamException()
      • StreamException

        public StreamException​(java.lang.String message)
      • StreamException

        public StreamException​(java.lang.String message,
                               java.lang.Throwable cause)
      • StreamException

        public StreamException​(java.lang.Throwable cause)
      • StreamException

        protected StreamException​(java.lang.String message,
                                  java.lang.Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)