|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jickr.FlickrRuntimeException
public class FlickrRuntimeException
Generic Runtime exception thrown by Jickr. As with all Runtime exceptions,
the expecation is that if you see this error, then you probably did something
wrong. FlickrException
is thrown instead if the error was outside of your
control.
FlickrException
,
Serialized FormConstructor Summary | |
---|---|
FlickrRuntimeException(java.lang.String msg)
Creates a new instance of FlickrRuntimeException without detail message. |
|
FlickrRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of FlickrRuntimeException with the specified detail message. |
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 |
---|
public FlickrRuntimeException(java.lang.String msg)
FlickrRuntimeException
without detail message.
public FlickrRuntimeException(java.lang.String msg, java.lang.Throwable cause)
FlickrRuntimeException
with the specified detail message.
msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |