Class UnsupportedServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appiancorp.asl3.servicefw.connect.ServiceException
com.appiancorp.services.exceptions.ServiceException
com.appiancorp.services.exceptions.UnsupportedServiceException
All Implemented Interfaces:
Serializable

public class UnsupportedServiceException extends ServiceException
This is an unchecked exception which occurs when a client makes a request for a service that was not part of the ASL configuration. It can also be caused due to some errors in ASL configuration files - such as incorrect class names
See Also:
  • Constructor Details

    • UnsupportedServiceException

      public UnsupportedServiceException(Class i_)
      Constructs a new UnsupportedServiceException with the specified class. The class specifies the Class for the service being requested
      Parameters:
      i_ - Class representing the requested service
    • UnsupportedServiceException

      public UnsupportedServiceException(String msg_)
      Constructs a new UnsupportedServiceException with the specified detail message.
      Parameters:
      msg_ - the detail message.
    • UnsupportedServiceException

      public UnsupportedServiceException(String msg_, Class i_)
      Constructs a new ServiceProviderActivationException with the specified detail message and class.
      Parameters:
      msg_ - the detail message
      i_ - Class representing the requested service