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
public class GarbledMessageException
- extends RuntimeException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GarbledMessageException
public GarbledMessageException()
GarbledMessageException
public GarbledMessageException(String message)
GarbledMessageException
protected GarbledMessageException(String message,
boolean critical)
GarbledMessageException
public GarbledMessageException(String description,
String garbledMessage)
GarbledMessageException
public GarbledMessageException(String description,
String garbledMessage,
boolean critical)
GarbledMessageException
public GarbledMessageException(String message,
Throwable cause)
GarbledMessageException
public GarbledMessageException(Throwable cause)
isCritical
public boolean isCritical()
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.