org.apache.abdera.protocol.error
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.abdera.protocol.error.ProtocolException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
protected  Error error
           
 
Constructor Summary
ProtocolException(Abdera abdera, int code, java.lang.String message)
           
ProtocolException(Error error)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Error getError()
           
 int hashCode()
           
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

error

protected final Error error
Constructor Detail

ProtocolException

public ProtocolException(Error error)

ProtocolException

public ProtocolException(Abdera abdera,
                         int code,
                         java.lang.String message)
Method Detail

getError

public Error getError()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object