org.cruxframework.crux.core.server.rest.spi
Class ForbiddenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cruxframework.crux.core.server.rest.spi.RestFailure
                  extended by org.cruxframework.crux.core.server.rest.spi.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException
extends RestFailure

Thrown when HTTP Forbidden (403) is encountered

See Also:
Serialized Form

Constructor Summary
ForbiddenException(String s)
           
ForbiddenException(String s, String resp)
           
ForbiddenException(String s, String resp, Throwable throwable)
           
ForbiddenException(String s, Throwable throwable)
           
ForbiddenException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.cruxframework.crux.core.server.rest.spi.RestFailure
getResponseCode, getResponseMessage, setResponseMessage
 
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

ForbiddenException

public ForbiddenException(String s)

ForbiddenException

public ForbiddenException(String s,
                          Throwable throwable)

ForbiddenException

public ForbiddenException(String s,
                          String resp,
                          Throwable throwable)

ForbiddenException

public ForbiddenException(String s,
                          String resp)

ForbiddenException

public ForbiddenException(Throwable throwable)


Copyright © 2014. All rights reserved.