com.wles
Class ServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.wles.BaseError
                  extended bycom.wles.ServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotFoundException
extends BaseError

Indicates that there is no connection between the client application and the specified ALES service.

See Also:
Serialized Form

Nested Class Summary
static class ServiceNotFoundException.Reason
          Enumeration of reasons why service was not found.
static class ServiceNotFoundException.ServiceType
          Enumeration of ALES service types.
 
Field Summary
static int _BLMManager
          int equivalent of the BLMManager field
static int _ComFailure
          int equivalent of the ComFailure field
static int _Credentials
          int equivalent of the Credentials field
static int _CredentialsMgr
          int equivalent of the CredentialsMgr field
static int _Domain
          int equivalent of the Domain field
static int _Location
          int equivalent of the Location field
static int _LocationService
          int equivalent of the LocationService field
static int _PolicyDistributor
          int equivalent of the PolicyDistributor field
static int _ServiceUnavailable
          int equivalent of the ServiceUnabailable field
static int _ServiceUnknown
          int equivalent of the ServiceUnknown field
static ServiceNotFoundException.ServiceType BLMManager
          indicates the problem occured with the BLMManager
static ServiceNotFoundException.Reason ComFailure
          indicates that the existing connection to the service failed, and was not able to be re-established
static ServiceNotFoundException.ServiceType Credentials
          indicates the problem occured with the Credentials
static ServiceNotFoundException.ServiceType CredentialsMgr
          indicates the problem occured with the CrednetialsMgr
static ServiceNotFoundException.ServiceType Domain
          indicates the problem occured with the Domain
static ServiceNotFoundException.ServiceType Location
          indicates the problem occured with the Location
static ServiceNotFoundException.ServiceType LocationService
          indicates the problem occured with the LocationService
static ServiceNotFoundException.ServiceType PolicyDistributor
          indicates the problem occured with the PolicyDistributor
static ServiceNotFoundException.Reason ServiceUnavailable
          indicates that the there was not active server running for the specified service
static ServiceNotFoundException.Reason ServiceUnknown
          indicates that the requested service was not known to the system
 
Constructor Summary
ServiceNotFoundException()
          Construct a ServiceNotFoundException.
ServiceNotFoundException(java.lang.String msg)
          Construct a ServiceNotFoundException.
ServiceNotFoundException(java.lang.String msg, ServiceNotFoundException.ServiceType st, ServiceNotFoundException.Reason reason)
          Construct a ServiceNotFoundException.
 
Method Summary
 ServiceNotFoundException.Reason getReason()
          Gets the reson code indidcating why the service was not found.
 ServiceNotFoundException.ServiceType getServiceType()
          Gets the service type which was not found.
 java.lang.String toString()
           
 
Methods inherited from class com.wles.BaseError
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_BLMManager

public static final int _BLMManager
int equivalent of the BLMManager field

See Also:
Constant Field Values

_ComFailure

public static final int _ComFailure
int equivalent of the ComFailure field

See Also:
Constant Field Values

_Credentials

public static final int _Credentials
int equivalent of the Credentials field

See Also:
Constant Field Values

_CredentialsMgr

public static final int _CredentialsMgr
int equivalent of the CredentialsMgr field

See Also:
Constant Field Values

_Domain

public static final int _Domain
int equivalent of the Domain field

See Also:
Constant Field Values

_Location

public static final int _Location
int equivalent of the Location field

See Also:
Constant Field Values

_LocationService

public static final int _LocationService
int equivalent of the LocationService field

See Also:
Constant Field Values

_PolicyDistributor

public static final int _PolicyDistributor
int equivalent of the PolicyDistributor field

See Also:
Constant Field Values

_ServiceUnavailable

public static final int _ServiceUnavailable
int equivalent of the ServiceUnabailable field

See Also:
Constant Field Values

_ServiceUnknown

public static final int _ServiceUnknown
int equivalent of the ServiceUnknown field

See Also:
Constant Field Values

BLMManager

public static final ServiceNotFoundException.ServiceType BLMManager
indicates the problem occured with the BLMManager


ComFailure

public static final ServiceNotFoundException.Reason ComFailure
indicates that the existing connection to the service failed, and was not able to be re-established


Credentials

public static final ServiceNotFoundException.ServiceType Credentials
indicates the problem occured with the Credentials


CredentialsMgr

public static final ServiceNotFoundException.ServiceType CredentialsMgr
indicates the problem occured with the CrednetialsMgr


Domain

public static final ServiceNotFoundException.ServiceType Domain
indicates the problem occured with the Domain


Location

public static final ServiceNotFoundException.ServiceType Location
indicates the problem occured with the Location


LocationService

public static final ServiceNotFoundException.ServiceType LocationService
indicates the problem occured with the LocationService


PolicyDistributor

public static final ServiceNotFoundException.ServiceType PolicyDistributor
indicates the problem occured with the PolicyDistributor


ServiceUnavailable

public static final ServiceNotFoundException.Reason ServiceUnavailable
indicates that the there was not active server running for the specified service


ServiceUnknown

public static final ServiceNotFoundException.Reason ServiceUnknown
indicates that the requested service was not known to the system

Constructor Detail

ServiceNotFoundException

public ServiceNotFoundException()
Construct a ServiceNotFoundException.


ServiceNotFoundException

public ServiceNotFoundException(java.lang.String msg)
Construct a ServiceNotFoundException.

Parameters:
msg - error message

ServiceNotFoundException

public ServiceNotFoundException(java.lang.String msg,
                                ServiceNotFoundException.ServiceType st,
                                ServiceNotFoundException.Reason reason)
Construct a ServiceNotFoundException.

Parameters:
msg - error message
st - type of service which was not found
reason - reason service was not found
Method Detail

getReason

public ServiceNotFoundException.Reason getReason()
Gets the reson code indidcating why the service was not found.


getServiceType

public ServiceNotFoundException.ServiceType getServiceType()
Gets the service type which was not found.


toString

public java.lang.String toString()


Copyright © 2005 BEA Systems Inc. All Rights Reserved.