Package ee.datel.dogis.exception
Class StreamBreakerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ee.datel.dogis.exception.StreamBreakerException
- All Implemented Interfaces:
Serializable
Runtime exception to breake java streams.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.StreamBreakerException(Exception cause) Constructor.StreamBreakerException(String message) Constructor.StreamBreakerException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamBreakerException
public StreamBreakerException()Constructor. -
StreamBreakerException
Constructor.- Parameters:
message- error message
-
StreamBreakerException
Constructor.- Parameters:
cause- error
-
StreamBreakerException
Constructor.- Parameters:
message- error messagecause- error
-