ccs
Class WireException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ccs.LoseException
                  extended by ccs.WireException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MimePackingException

public class WireException
extends LoseException

A WireException represents a breach of a wire protocol such as SMTP or HTTP, as detected by lower-level constructs that are shared between multiple protocols. Typically this is used for things like parse or sequencing errors. It's not intended for A/C violations.

See Also:
Serialized Form

Constructor Summary
WireException(java.lang.String msg)
           
 
Method Summary
 
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

WireException

public WireException(java.lang.String msg)