net.sf.arise.delegate
Class ServiceRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sf.arise.util.ChainingRuntimeException
                          |
                          +--net.sf.arise.delegate.ServiceRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ServiceRuntimeException
extends ChainingRuntimeException

Top level Exception for all Service RuntimeExceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ServiceRuntimeException(java.lang.String message)
           
ServiceRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class net.sf.arise.util.ChainingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String message)

ServiceRuntimeException

public ServiceRuntimeException(java.lang.String message,
                               java.lang.Throwable cause)


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth