CloudPlugs REST Library  1.0.0
for Java
RestException Class Reference

An exception thrown by REST CloudPlugs API. More...

Inheritance diagram for RestException:

Public Member Functions

 RestException ()
 
 RestException (String msg)
 
 RestException (Throwable t)
 
 RestException (String msg, Throwable t)
 
- Public Member Functions inherited from PlugException
 PlugException ()
 
 PlugException (String msg)
 
 PlugException (Throwable t)
 
 PlugException (String msg, Throwable t)
 
String getStackTraceString ()
 

Additional Inherited Members

- Static Public Member Functions inherited from PlugException
static String getStackTraceOf (Throwable t)
 

Detailed Description

An exception thrown by REST CloudPlugs API.

Constructor & Destructor Documentation

◆ RestException() [1/4]

◆ RestException() [2/4]

RestException ( String  msg)

◆ RestException() [3/4]

RestException ( Throwable  t)

◆ RestException() [4/4]

RestException ( String  msg,
Throwable  t 
)