org.odata4j.exceptions
Class NotAcceptableException.Factory

java.lang.Object
  extended by org.odata4j.exceptions.NotAcceptableException.Factory
All Implemented Interfaces:
ExceptionFactory<NotAcceptableException>
Enclosing class:
NotAcceptableException

public static class NotAcceptableException.Factory
extends Object
implements ExceptionFactory<NotAcceptableException>


Constructor Summary
NotAcceptableException.Factory()
           
 
Method Summary
 NotAcceptableException createException(OError error)
          Creates an instance of a specific sub-class of ODataProducerException.
 int getStatusCode()
          Gets the status code this factory creates exception instances for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotAcceptableException.Factory

public NotAcceptableException.Factory()
Method Detail

createException

public NotAcceptableException createException(OError error)
Description copied from interface: ExceptionFactory
Creates an instance of a specific sub-class of ODataProducerException.

Specified by:
createException in interface ExceptionFactory<NotAcceptableException>
Parameters:
error - the OData error message to be wrapped into the returned exception
Returns:
the exception instance

getStatusCode

public int getStatusCode()
Description copied from interface: ExceptionFactory
Gets the status code this factory creates exception instances for.

Specified by:
getStatusCode in interface ExceptionFactory<NotAcceptableException>
Returns:
the status code


http://odata4j.org