com.xenonsoft.bridgetown.soa
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.xenonsoft.bridgetown.soa.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends java.lang.RuntimeException

Generic root exception raised for when a service fails to load or a failure that occurs during a service operation call. This exception can be subclassed by individual service bean implementation to add further specialisation.

Version:
$Id: ServiceException.java,v 1.2 2005/02/23 01:31:11 peter_pilgrim Exp $
Author:
Peter Pilgrim, Jul 28, 2004 10:57:56 AM
See Also:
Serialized Form

Constructor Summary
ServiceException()
          Default constructor
ServiceException(java.lang.String message)
          Standard constructor
ServiceException(java.lang.String message, java.lang.Throwable cause)
          Standard constructor
ServiceException(java.lang.Throwable cause)
          Standard constructor
 
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

ServiceException

public ServiceException()
Default constructor


ServiceException

public ServiceException(java.lang.String message)
Standard constructor

Parameters:
message - the message

ServiceException

public ServiceException(java.lang.Throwable cause)
Standard constructor

Parameters:
cause - the root cause

ServiceException

public ServiceException(java.lang.String message,
                        java.lang.Throwable cause)
Standard constructor

Parameters:
message - the message
cause - the root cause


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.