Class StreamsException

All Implemented Interfaces:
Serializable

public class StreamsException extends FrameworkException
See Also:
  • Constructor Details

    • StreamsException

      public StreamsException()
    • StreamsException

      public StreamsException(String message)
    • StreamsException

      public StreamsException(Throwable cause)
    • StreamsException

      public StreamsException(String message, Throwable cause)
    • StreamsException

      public StreamsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • StreamsException

      public StreamsException(FrameworkErrorDetails errorDetails, Throwable cause, boolean enableSuppression, boolean writableStackTrace)