Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.suse.salt.netapi.exception.ParsingException
- All Implemented Interfaces:
Serializable
Exception to be thrown in case of problems parsing service responses.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException(String message) Constructor expecting a custom message.ParsingException(Throwable cause) Constructor expecting a custom cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
Constructor expecting a custom cause.- Parameters:
cause- the cause
-
ParsingException
Constructor expecting a custom message.- Parameters:
message- the message
-