Public Instance Methods : SstRmiThrowable

class implements Interface: IdSstRmiEnablement
* sstIsRmiRemotable goto
* sstIsRmiSerializable goto
* sstRmiClassName goto
* detailMessage
	"ACTION
		Answer the receiver's %detailMessage

	RETURN VALUE
		<String>"
Categories
	SST-API Developer
* detailMessage: value
	"ACTION
		Set the receiver's %detailMessage to @value.

	PARAMETERS
		value : <String>"
Categories
	SST-API Developer
* throw
	"ACTION
		Throw the receiver signalling a Java-style exception of Java 
		class %kind (e.g., java.io.IOException) with %message as the 
		%detailMessage of the exception.  Such exceptions will be 
		forwarded/returned to Java as instances of %kind.  The actual 
		Smalltalk exception thrown is SstRmiConstants::ExSstRmiException.  

	EXCEPTIONS
		ExSstRmiException : Thrown in all cases"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]