public class UnsupportedServiceException extends ServiceException
Constructor and Description |
---|
UnsupportedServiceException(java.lang.Class i_)
Constructs a new
UnsupportedServiceException with the
specified class. |
UnsupportedServiceException(java.lang.String msg_)
Constructs a new
UnsupportedServiceException with the
specified detail message. |
UnsupportedServiceException(java.lang.String msg_,
java.lang.Class i_)
Constructs a new
ServiceProviderActivationException with the
specified detail message and class. |
getCustomMessage, getMessage, setRequest
public UnsupportedServiceException(java.lang.Class i_)
UnsupportedServiceException
with the
specified class. The class specifies the Class
for the service
being requestedi_
- Class
representing the requested servicepublic UnsupportedServiceException(java.lang.String msg_)
UnsupportedServiceException
with the
specified detail message.msg_
- the detail message.public UnsupportedServiceException(java.lang.String msg_, java.lang.Class i_)
ServiceProviderActivationException
with the
specified detail message and class.msg_
- the detail messagei_
- Class
representing the requested serviceCopyright © 2003-2024 Appian Corporation. All Rights Reserved.