| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.wles.BaseError
com.wles.ServiceNotFoundException
Indicates that there is no connection between the client application and the specified ALES service.
| Nested Class Summary | |
| static class | ServiceNotFoundException.ReasonEnumeration of reasons why service was not found. | 
| static class | ServiceNotFoundException.ServiceTypeEnumeration of ALES service types. | 
| Field Summary | |
| static int | _BLMManagerint equivalent of the BLMManager field | 
| static int | _ComFailureint equivalent of the ComFailure field | 
| static int | _Credentialsint equivalent of the Credentials field | 
| static int | _CredentialsMgrint equivalent of the CredentialsMgr field | 
| static int | _Domainint equivalent of the Domain field | 
| static int | _Locationint equivalent of the Location field | 
| static int | _LocationServiceint equivalent of the LocationService field | 
| static int | _PolicyDistributorint equivalent of the PolicyDistributor field | 
| static int | _ServiceUnavailableint equivalent of the ServiceUnabailable field | 
| static int | _ServiceUnknownint equivalent of the ServiceUnknown field | 
| static ServiceNotFoundException.ServiceType | BLMManagerindicates the problem occured with the BLMManager | 
| static ServiceNotFoundException.Reason | ComFailureindicates that the existing connection to the service failed, and was not able to be re-established | 
| static ServiceNotFoundException.ServiceType | Credentialsindicates the problem occured with the Credentials | 
| static ServiceNotFoundException.ServiceType | CredentialsMgrindicates the problem occured with the CrednetialsMgr | 
| static ServiceNotFoundException.ServiceType | Domainindicates the problem occured with the Domain | 
| static ServiceNotFoundException.ServiceType | Locationindicates the problem occured with the Location | 
| static ServiceNotFoundException.ServiceType | LocationServiceindicates the problem occured with the LocationService | 
| static ServiceNotFoundException.ServiceType | PolicyDistributorindicates the problem occured with the PolicyDistributor | 
| static ServiceNotFoundException.Reason | ServiceUnavailableindicates that the there was not active server running for the specified service | 
| static ServiceNotFoundException.Reason | ServiceUnknownindicates 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 | 
public static final int _BLMManager
public static final int _ComFailure
public static final int _Credentials
public static final int _CredentialsMgr
public static final int _Domain
public static final int _Location
public static final int _LocationService
public static final int _PolicyDistributor
public static final int _ServiceUnavailable
public static final int _ServiceUnknown
public static final ServiceNotFoundException.ServiceType BLMManager
public static final ServiceNotFoundException.Reason ComFailure
public static final ServiceNotFoundException.ServiceType Credentials
public static final ServiceNotFoundException.ServiceType CredentialsMgr
public static final ServiceNotFoundException.ServiceType Domain
public static final ServiceNotFoundException.ServiceType Location
public static final ServiceNotFoundException.ServiceType LocationService
public static final ServiceNotFoundException.ServiceType PolicyDistributor
public static final ServiceNotFoundException.Reason ServiceUnavailable
public static final ServiceNotFoundException.Reason ServiceUnknown
| Constructor Detail | 
public ServiceNotFoundException()
public ServiceNotFoundException(java.lang.String msg)
msg - error message
public ServiceNotFoundException(java.lang.String msg,
                                ServiceNotFoundException.ServiceType st,
                                ServiceNotFoundException.Reason reason)
msg - error messagest - type of service which was not foundreason - reason service was not found| Method Detail | 
public ServiceNotFoundException.Reason getReason()
public ServiceNotFoundException.ServiceType getServiceType()
public java.lang.String toString()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||