com.epam.fix.message
Class GarbledMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
  GarbledMessageException()
           
  GarbledMessageException(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
 boolean isCritical()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

isCritical

public boolean isCritical()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.