public class RegistrationFailureException
extends javax.servlet.ServletException
| Constructor and Description |
|---|
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode) |
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode,
String message) |
RegistrationFailureException(WhiteboardServiceInfo<?> info,
int errorCode,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
WhiteboardServiceInfo<?> |
getInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistrationFailureException(WhiteboardServiceInfo<?> info, int errorCode)
public RegistrationFailureException(WhiteboardServiceInfo<?> info, int errorCode, String message)
public RegistrationFailureException(WhiteboardServiceInfo<?> info, int errorCode, Throwable exception)
public WhiteboardServiceInfo<?> getInfo()
public int getErrorCode()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.