class: ServiceNotAvailableException

public class: ServiceNotAvailableException
Author: : Tobias Schraut, created 10.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:49; Modified: 16.07.2009 15:33:49;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C4F3F0CF-2728-49fe-8D02-FE785398DE95}
Exception type for service lookup.
 

Goto: Custom Properties, Fields, Methods

Appears in: util

Custom Properties
 
ServiceNotAvailableException Attributes
Attribute Details
private String
  serviceName
Notes: The name of the service which could not be retrieved.
 
ServiceNotAvailableException Methods
Operation Details
public
getServiceName():String
Sequential
Notes: @return the serviceName
public
ServiceNotAvailableException(
   String serviceName):
Sequential
Notes: Creates a new Exception with the specified detail message.
@param message The error message
public
ServiceNotAvailableException(
   String serviceName,
   Throwable cause):
Sequential
Notes: Creates a new Exception with the specified detail message and cause.
@param message The error message
public
setServiceName(
   String serviceName):void
Sequential