Package com.restfb.exception
Class FacebookLoggerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.restfb.exception.FacebookException
-
- com.restfb.exception.FacebookLoggerException
-
- All Implemented Interfaces:
Serializable
public class FacebookLoggerException extends FacebookException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacebookLoggerException(String message)
FacebookLoggerException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FacebookLoggerException
public FacebookLoggerException(String message)
-
FacebookLoggerException
public FacebookLoggerException(String message, Throwable cause)
-
-