Class NotImplementedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotImplementedException
    extends ServiceException
    The NotImplementedException is thrown by a service when an attempt is made to send a request that is not supported by the target service.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(java.lang.String message)
        Parameters:
        message - message
      • NotImplementedException

        public NotImplementedException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Parameters:
        message - message
        cause - cause
      • NotImplementedException

        public NotImplementedException​(java.lang.Throwable cause)
        Parameters:
        cause - cause