org.lastbamboo.common.http.client
Class ForbiddenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lastbamboo.common.http.client.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException
extends Exception

Exception for a 403 Forbidden response.

See Also:
Serialized Form

Constructor Summary
ForbiddenException(String msg)
           
 
Method Summary
 
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 msg)


Copyright © 2013 LittleShoot. All Rights Reserved.