Versions Compared

Key

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

...

Code Block
public JSMResponse ( String message )
public JSMResponse ( String status, String message )
public JSMResponse ( String status, String message, JSMList list )
public JSMResponse ( String status, String message, JSMFieldList fieldList )
public JSMResponse ( String status, String message, byte

...

[

...

] byteArray )
 
public JSMResponse ( JSMList list )
public JSMResponse ( JSMFieldList fieldList )
public JSMResponse ( JSMFieldList fieldList, JSMList list )
 
public JSMResponse ( byte

...

[

...

] byteArray )
 
public JSMResponse ( Throwable t )

  コンストラクタ・パラメータが Throwable オブジェクトの場合、ステータス値はエラーになり、メッセージ値は Throwable オブジェクトから生じます。

Throwable オブジェクトが JSMException のインスタンスの場合、ステータス値とメッセージ値は JSMException オブジェクトから生じます。

Throwable getMessage メソッドが null を返す場合、メッセージ値は Throwable オブジェクトのクラス名になります。