Apache Abdera API

Uses of Class
org.apache.abdera.protocol.error.Error

Packages that use Error
org.apache.abdera.protocol.error   
 

Uses of Error in org.apache.abdera.protocol.error
 

Methods in org.apache.abdera.protocol.error that return Error
static Error Error.create(Abdera abdera, int code, String message)
          Create a new Error object
static Error Error.create(Abdera abdera, int code, String message, Throwable t)
           
 Error ProtocolException.getError()
           
 Error Error.setCode(int code)
          The code should typically match the HTTP status code; however, certain application scenarios may require the use of a different code
 Error Error.setMessage(String message)
          Human-readable, language-sensitive description of the error
 

Constructors in org.apache.abdera.protocol.error with parameters of type Error
ProtocolException(Error error)
           
 


Apache Abdera API

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