Package com.mku.salmonfs.auth
Class AuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mku.salmonfs.auth.AuthException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthException extends java.lang.RuntimeException
Thrown when there is a failure in the nonce sequencer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthException(java.lang.String msg)
Construct an exception with a specific message.AuthException(java.lang.String msg, java.lang.Exception ex)
Construct an exception with a specific message and inner exception
-
-
-
Constructor Detail
-
AuthException
public AuthException(java.lang.String msg)
Construct an exception with a specific message.- Parameters:
msg
- The message
-
AuthException
public AuthException(java.lang.String msg, java.lang.Exception ex)
Construct an exception with a specific message and inner exception- Parameters:
msg
- The provided messageex
- The inner exception
-
-