Class ServiceInvalidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceInvalidException
    extends AbstractCisClientException
    Indicates that the requested service or function is not supported.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceInvalidException

        public ServiceInvalidException​(java.util.List<ServiceExceptionDetail> serviceExceptionDetails)
        Instantiates a new ServiceInvalidException.
        Parameters:
        serviceExceptionDetails - a list of details for this exception
      • ServiceInvalidException

        public ServiceInvalidException​(java.lang.String function)
        Instantiates a new ServiceInvalidException.
        Parameters:
        function - a function which isn't valid for this service