Package com.suse.salt.netapi.exception
Class ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.suse.salt.netapi.exception.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParsingException extends java.io.IOException
Exception to be thrown in case of problems parsing service responses.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException(java.lang.String message)
Constructor expecting a custom message.ParsingException(java.lang.Throwable cause)
Constructor expecting a custom cause.
-