Class FlowControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.refcodes.exception.AbstractIOException
org.refcodes.serial.SerialException
org.refcodes.serial.TransmissionException
org.refcodes.serial.FlowControlException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap
- Direct Known Subclasses:
FlowControlTimeoutException
Thrown in case a flow control failed.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionFlowControlException(String message) Instantiates the classFlowControlException.FlowControlException(String aMessage, String aErrorCode) Instantiates the classFlowControlException.FlowControlException(String message, Throwable cause) Instantiates the classFlowControlException.FlowControlException(String aMessage, Throwable aCause, String aErrorCode) Instantiates the classFlowControlException.FlowControlException(Throwable cause) Instantiates the classFlowControlException.FlowControlException(Throwable aCause, String aErrorCode) Instantiates the classFlowControlException. -
Method Summary
Methods inherited from class AbstractIOException
getErrorCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
aMessage- the messageaErrorCode- the error code- See Also:
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
aMessage- the messageaCause- the causeaErrorCode- the error code- See Also:
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
message- the messagecause- the cause- See Also:
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
message- the message- See Also:
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
aCause- the causeaErrorCode- the error code- See Also:
-
FlowControlException
Instantiates the classFlowControlException.- Parameters:
cause- the cause- See Also:
-