Class SecurityConfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.ConfException
-
- io.streamthoughts.azkarra.http.security.SecurityConfException
-
- All Implemented Interfaces:
Serializable
public class SecurityConfException extends ConfException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityConfException(String message)
Creates a newSecurityConfException
instance.SecurityConfException(String message, Throwable cause)
Creates a newSecurityConfException
instance.SecurityConfException(Throwable cause)
Creates a newSecurityConfException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SecurityConfException
public SecurityConfException(String message)
Creates a newSecurityConfException
instance.- Parameters:
message
- the error message.
-
SecurityConfException
public SecurityConfException(Throwable cause)
Creates a newSecurityConfException
instance.- Parameters:
cause
- the exception cause.
-
SecurityConfException
public SecurityConfException(String message, Throwable cause)
Creates a newSecurityConfException
instance.- Parameters:
message
- the error message.cause
- the exception cause.
-
-