Package com.epam.fix.message
Class GarbledMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.fix.message.GarbledMessageException
- All Implemented Interfaces:
Serializable
Thrown when an exceptional message condition has occurred. For
example, No SOH symbol at the end of message throws an
instance of this class.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionGarbledMessageException
(String message) protected
GarbledMessageException
(String message, boolean critical) GarbledMessageException
(String description, String garbledMessage) GarbledMessageException
(String description, String garbledMessage, boolean critical) GarbledMessageException
(String message, Throwable cause) GarbledMessageException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GarbledMessageException
public GarbledMessageException() -
GarbledMessageException
-
GarbledMessageException
-
GarbledMessageException
-
GarbledMessageException
-
GarbledMessageException
-
GarbledMessageException
-
-
Method Details
-
isCritical
public boolean isCritical()
-