Class DataHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.rest.auth.data.DataHandlerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortstatic final shortstatic final shortstatic final short -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FAILED
public static final short FAILED- See Also:
-
LOGIN_FAILED
public static final short LOGIN_FAILED- See Also:
-
GROUP_IN_USE
public static final short GROUP_IN_USE- See Also:
-
INTERNAL_ERROR
public static final short INTERNAL_ERROR- See Also:
-
-
Constructor Details
-
DataHandlerException
public DataHandlerException(short code)
-
-
Method Details
-
getErrCode
public short getErrCode()
-