Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.suse.salt.netapi.exception.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException extends IOException
Exception to be thrown in case of problems parsing service responses.
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(Throwable cause)
      Constructor expecting a custom cause.
      Parameters:
      cause - the cause
    • ParsingException

      public ParsingException(String message)
      Constructor expecting a custom message.
      Parameters:
      message - the message