org.shredzone.flattr4j.exception
Class ForbiddenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.shredzone.flattr4j.exception.FlattrException
              extended by org.shredzone.flattr4j.exception.FlattrServiceException
                  extended by org.shredzone.flattr4j.exception.ForbiddenException
All Implemented Interfaces:
Serializable

public class ForbiddenException
extends FlattrServiceException

This exception is used when the operation is forbidden. There are several causes for this:

The message contains the reason for the exception.

Author:
Richard "Shred" Körber
See Also:
Serialized Form

Constructor Summary
ForbiddenException(String code, String msg)
           
 
Method Summary
 
Methods inherited from class org.shredzone.flattr4j.exception.FlattrServiceException
getCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForbiddenException

public ForbiddenException(String code,
                          String msg)


Copyright © 2010-2012. All Rights Reserved.