uk.ac.lancs.relate.gateways.services.architecture
Class ServiceRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.lancs.relate.gateways.services.architecture.ServiceRequestException
All Implemented Interfaces:
java.io.Serializable

public class ServiceRequestException
extends java.lang.Exception

This class models the exceptions of the ServiceRequest objects.

Author:
Dominique Guinard
Personal Homepage
See Also:
Serialized Form

Constructor Summary
ServiceRequestException()
          Creates a new instance of ServiceRequestException without detail message.
ServiceRequestException(java.lang.String msg)
          Constructs an instance of ServiceRequestException with the specified detail message.
 
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

ServiceRequestException

public ServiceRequestException()
Creates a new instance of ServiceRequestException without detail message.


ServiceRequestException

public ServiceRequestException(java.lang.String msg)
Constructs an instance of ServiceRequestException with the specified detail message.

Parameters:
msg - the detail message.