Class PodioApiWrapperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.java_podio.code_gen.static_interface.PodioApiWrapperException
-
- All Implemented Interfaces:
Serializable
public class PodioApiWrapperException extends Exception
Indicates a general exception with the Podio API Wrapper classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PodioApiWrapperException()PodioApiWrapperException(String arg0)PodioApiWrapperException(String arg0, Throwable arg1)PodioApiWrapperException(String arg0, Throwable arg1, boolean arg2, boolean arg3)PodioApiWrapperException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-