S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusLogin.SplusLoginFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.insightful.splus.SplusLogin.SplusLoginFatalException
All Implemented Interfaces:
Serializable
Enclosing class:
SplusLogin

public class SplusLogin.SplusLoginFatalException
extends Exception

More severe exception class thrown by newSession. The standard GUI considers these "fatal" errors and calls system.exit. However these errors are not really fatal; code can certainly call newSession again and might succeed, especially if the code passes in better parameters.

See Also:
Serialized Form

Constructor Summary
SplusLogin.SplusLoginFatalException(String strMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SplusLogin.SplusLoginFatalException

public SplusLogin.SplusLoginFatalException(String strMessage)

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.