class: ServiceNotAvailableException

public class: ServiceNotAvailableException
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:27; Modified: 16.07.2009 15:31:27;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4026DB7C-A669-4682-889B-C1F7989B084F}
Exception type for service lookup.
 

Goto: Custom Properties, Fields, Methods

Appears in: pubman

Custom Properties
 
ServiceNotAvailableException Attributes
Attribute Details
private static const long
  serialVersionUID
Initial: 1L
Notes: serial for the serializable interface
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.
public
ServiceNotAvailableException(
   String serviceName,
   Throwable cause):
Sequential
Notes: Creates a new Exception with the specified detail message and cause.