Package tech.becoming.common.exceptions
Class UnauthenticatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tech.becoming.common.exceptions.AbstractRuntimeException
-
- tech.becoming.common.exceptions.UnauthenticatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnauthenticatedException extends AbstractRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class tech.becoming.common.exceptions.AbstractRuntimeException
LOGGER
-
-
Constructor Summary
Constructors Constructor Description UnauthenticatedException()UnauthenticatedException(java.util.List<ExceptionDetail> details)UnauthenticatedException(ExceptionDetail detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpCode()-
Methods inherited from class tech.becoming.common.exceptions.AbstractRuntimeException
toString
-
-
-
-
Constructor Detail
-
UnauthenticatedException
public UnauthenticatedException()
-
UnauthenticatedException
public UnauthenticatedException(java.util.List<ExceptionDetail> details)
-
UnauthenticatedException
public UnauthenticatedException(ExceptionDetail detail)
-
-
Method Detail
-
getHttpCode
public int getHttpCode()
- Specified by:
getHttpCodein classAbstractRuntimeException
-
-