Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

eu.genesys.kernel
Class GenesysException  view GenesysException download GenesysException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byeu.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GenesysException()
          Constructs an Exception without a message.
GenesysException(java.lang.String message)
          Constructs an Exception with a detailed message.
GenesysException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
GenesysException(java.lang.Throwable cause)
          Constructs an Exception with a specified cause.
 
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

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.