Page History
...
public JSMException ( Throwable t )
...
public JSMException ( String message )
...
public JSMException ( String status, String message )
The main purpose of JSMException is to allow a response to be returned to the client program when service program code is several layers down and it is not easy to return a JSMResponse object.
...