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:
Serializable

public class ProtocolException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ProtocolException(Abdera abdera, int code, String message)
           
ProtocolException(Error error)
           
 
Method Summary
 boolean equals(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
 

Constructor Detail

ProtocolException

public ProtocolException(Error error)

ProtocolException

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

getError

public Error getError()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.