public class NotSupportedOnUnixException extends RationalTestException
Constructor and Description |
---|
NotSupportedOnUnixException()
Puts out a standard "Operation not supported on UNIX" message.
|
NotSupportedOnUnixException(java.lang.String s)
Contains a
String argument that is appended to
the end of the standard "Operation not supported on UNIX" message. |
className, fillinCombinedStackTrace, getClassName, getContextDescription, getMessage, getReplacedExceptionMessage, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwIt
public NotSupportedOnUnixException()
public NotSupportedOnUnixException(java.lang.String s)
String
argument that is appended to
the end of the standard "Operation not supported on UNIX" message.