org.brains2b.coffee.message.local
Class ErrorMessage

java.lang.Object
  extended by org.brains2b.coffee.message.InfoMessage
      extended by org.brains2b.coffee.message.local.ErrorMessage
All Implemented Interfaces:
NNTPMessage

public class ErrorMessage
extends InfoMessage


Field Summary
 
Fields inherited from class org.brains2b.coffee.message.InfoMessage
m_body, m_response, m_type
 
Constructor Summary
ErrorMessage(java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getBody()
           
 java.lang.Throwable getCause()
           
 
Methods inherited from class org.brains2b.coffee.message.InfoMessage
addHeader, addLine, endMessage, getId, getResponse, getSize, getType, hasContent, isHeaderSet, toString, writeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMessage

public ErrorMessage(java.lang.Throwable t)
Method Detail

getCause

public java.lang.Throwable getCause()

getBody

public java.lang.String getBody()
Overrides:
getBody in class InfoMessage