org.jwarp.service
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidContextException, ServiceInitializationException, ServiceNotFoundException, ServiceNotReadyException, ServiceRuntimeException

public class ServiceException
extends java.lang.Exception

An exception thrown when service operations fail.

See Also:
Serialized Form

Constructor Summary
ServiceException(java.lang.Exception e)
          Creates a new exception
ServiceException(java.lang.String message)
          Creates a new 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

ServiceException

public ServiceException(java.lang.String message)
Creates a new exception
Parameters:
The - message

ServiceException

public ServiceException(java.lang.Exception e)
Creates a new exception

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