org.shredzone.flattr4j.exception
Class NotFoundException

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.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends FlattrServiceException

This exception is thrown when the target of the service call was not found.

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

Constructor Summary
NotFoundException(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

NotFoundException

public NotFoundException(String code,
                         String msg)


Copyright © 2010-2012. All Rights Reserved.