public class AuthException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
INTERNAL_SERVER_ERROR |
static int |
INVALID_SHARED_SECRET |
static int |
NO_SHARED_SECRET |
Constructor and Description |
---|
AuthException() |
AuthException(String msg) |
AuthException(String msg,
Throwable cause) |
AuthException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
setType(int type) |
public static final int INTERNAL_SERVER_ERROR
public static final int INVALID_SHARED_SECRET
public static final int NO_SHARED_SECRET