org.jwarp.service
Class ServiceRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.ServiceException
                    |
                    +--org.jwarp.service.ServiceRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ServiceRuntimeException
extends ServiceException

Exceptiopn thrown during execution of a service as an internal service error occurrs that is fatal.

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
ServiceRuntimeException(java.lang.Exception e)
          Creates an exception
ServiceRuntimeException(java.lang.String message)
          Creates an exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)
Creates an exception
Parameters:
message - The message

ServiceRuntimeException

public ServiceRuntimeException(java.lang.Exception e)
Creates an exception
Parameters:
e - The system's eception catched

©   O R C A   S y s t e m s