SOA
© 2004 SoS Group
All Rights Reserved

sos.koa
Class KOAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysos.koa.KOAException
All Implemented Interfaces:
java.io.Serializable

public class KOAException
extends java.lang.Exception

General KOA exception.

Version:
$Id: KOAException.java,v 1.3 2004/05/04 19:51:52 martijno Exp $
Author:
Martijn Oostdijk (martijno@cs.kun.nl)

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
KOAException(java.lang.Exception e)
          Constructs a new exception by wrapping the exception e.
KOAException(java.lang.String s)
          Constructs a new exception with error message s.
 
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

KOAException

public KOAException(java.lang.String s)
Constructs a new exception with error message s.

Parameters:
s - the error message.

KOAException

public KOAException(java.lang.Exception e)
Constructs a new exception by wrapping the exception e.

Parameters:
e - any exception.

SOA
© 2004 SoS Group
All Rights Reserved