Package Summary  Overview Summary

class:ServiceNotFoundException [NONE]

All Implemented Interfaces:
Serializable

public class ServiceNotFoundExceptionextends OperationsException
Represents exceptions raised when a requested service is not supported.
Since:
1.5
See Also:

constructor:ServiceNotFoundException() [NONE]

  • ServiceNotFoundException

    public ServiceNotFoundException()
    Default constructor.
  • constructor:ServiceNotFoundException(java.lang.String) [NONE]

    ServiceNotFoundException

    public ServiceNotFoundException (String message)
    Constructor that allows a specific error message to be specified.
    Parameters:
    message - the detail message.

    © 2023 Oracle Corporation and/or its affiliates