ch.ethz.prose
Class SystemTeardownException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.ethz.prose.SystemTeardownException
- All Implemented Interfaces:
- java.io.Serializable
- public class SystemTeardownException
- extends java.lang.Exception
Exception class SystemTeardownException signals that XXX
- Version:
- $Revision: 1.1.1.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemTeardownException
public SystemTeardownException()
- Constructs an
SystemTeardownException with no detail message.
SystemTeardownException
public SystemTeardownException(java.lang.String s)
- Constructs an
SystemTeardownException with the specified
detail message.