Package dev.galasa.framework.spi.streams
Class StreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.framework.spi.FrameworkException
dev.galasa.framework.spi.streams.StreamsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class dev.galasa.framework.spi.FrameworkException
ENABLE_SUPRESSION_FALSE, WRITEABLE_STACK_TRACE_TRUE
-
Constructor Summary
ConstructorsConstructorDescriptionStreamsException
(FrameworkErrorDetails errorDetails, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StreamsException
(String message) StreamsException
(String message, Throwable cause) StreamsException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StreamsException
(Throwable cause) -
Method Summary
Methods inherited from class dev.galasa.framework.spi.FrameworkException
getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamsException
public StreamsException() -
StreamsException
-
StreamsException
-
StreamsException
-
StreamsException
-
StreamsException
public StreamsException(FrameworkErrorDetails errorDetails, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-