public class SaltException
extends java.lang.Exception
| Constructor and Description |
|---|
SaltException(java.lang.String message)
Constructor expecting a custom message.
|
SaltException(java.lang.Throwable cause)
Constructor expecting a custom cause.
|