public class SynchException extends Throwable
| Modifier and Type | Field and Description |
|---|---|
static String |
connectorNotStarted |
static QName |
unknownCalendarItemType |
| Constructor and Description |
|---|
SynchException(int st)
Constructor
|
SynchException(int st,
QName errorTag)
Constructor
|
SynchException(int st,
QName errorTag,
String msg)
Constructor
|
SynchException(int st,
String msg)
Constructor
|
SynchException(QName errorTag)
Constructor
|
SynchException(String s)
Constructor
|
SynchException(Throwable t)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
QName |
getErrorTag()
Get the errorTag
|
int |
getStatusCode()
Get the status
|
void |
setStatusCode(int val)
Set the status
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static QName unknownCalendarItemType
public static String connectorNotStarted
public SynchException(String s)
s - public SynchException(Throwable t)
t - public SynchException(int st)
st - public SynchException(int st,
String msg)
st - msg - public SynchException(QName errorTag)
errorTag - public SynchException(int st,
QName errorTag)
st - errorTag - public void setStatusCode(int val)
val - int statuspublic int getStatusCode()
public QName getErrorTag()
Copyright © 2018 Bedework. All rights reserved.