java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.genesys.kernel.GenesysException
- All Implemented Interfaces:
- java.io.Serializable
- public class GenesysException
- extends java.lang.Exception
GeneSyS Exception.
General system-level exception. Should be thrown by connector or by simple
component in case of unexpected error (e.g., connector failed to initialize
SOAP engine).
- Since:
- 0.1.2
- Version:
- $Revision: 1.4 $$Date: 2003/10/27 13:02:41 $
| 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 |
GenesysException
public GenesysException()
- Constructs an Exception without a message.
GenesysException
public GenesysException(java.lang.String message)
- Constructs an Exception with a detailed message.
GenesysException
public GenesysException(java.lang.Throwable cause)
- Constructs an Exception with a specified cause.
GenesysException
public GenesysException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a new exception with the specified detail message and cause.