Package com.suse.salt.netapi.exception
Class SaltException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.suse.salt.netapi.exception.SaltException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageTooBigException
,SaltUserUnauthorizedException
public class SaltException extends Exception
Exception to be thrown in case of problems with Salt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaltException(String message)
Constructor expecting a custom message.SaltException(Throwable cause)
Constructor expecting a custom cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-