Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     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.

...