Public Class Methods : SstRmiOptionalDataException

* throw: kind message: message length: length eof: eof
	"ACTION
		Throw an exception signalling as 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.  

	PARAMETERS
		kind : <String>
		message : <String>
		length : <Integer>
		eof : <Boolean>

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

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