org.apache.abdera.server.exceptions
Class MethodNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.abdera.server.exceptions.AbderaServerException
              extended by org.apache.abdera.server.exceptions.MethodNotAllowedException
All Implemented Interfaces:
java.io.Serializable, ResponseContext

public class MethodNotAllowedException
extends AbderaServerException

See Also:
Serialized Form

Constructor Summary
MethodNotAllowedException()
           
MethodNotAllowedException(java.lang.String text)
           
 
Method Summary
 void setAllow(java.lang.String[] methods)
           
 
Methods inherited from class org.apache.abdera.server.exceptions.AbderaServerException
addHeader, addHeader, getCachePolicy, getContentLanguage, getContentLength, getContentLocation, getContentType, getEntityTag, getHeaders, getLastModified, getLocation, getStatus, getStatusText, hasEntity, setHeader, setHeader, writeTo
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotAllowedException

public MethodNotAllowedException()

MethodNotAllowedException

public MethodNotAllowedException(java.lang.String text)
Method Detail

setAllow

public void setAllow(java.lang.String[] methods)