Package org.webswing.toolkit.api
Class WebswingApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.webswing.toolkit.api.WebswingApiException
-
- All Implemented Interfaces:
Serializable
public class WebswingApiException extends Exception implements Serializable
Exception in API call processing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebswingApiException()WebswingApiException(String msg)WebswingApiException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-