Class SynchTimeout
java.lang.Object
java.lang.Throwable
org.bedework.synch.shared.exception.SynchException
org.bedework.synch.shared.exception.SynchTimeout
- All Implemented Interfaces:
Serializable
Forbidden exception thrown by synch classes
- Author:
- Mike Douglass douglm@rpi.edu
- See Also:
-
Field Summary
Fields inherited from class org.bedework.synch.shared.exception.SynchException
connectorNotStarted, unknownCalendarItemType -
Constructor Summary
ConstructorsConstructorDescriptionConstructorSynchTimeout(String msg) ConstructorSynchTimeout(QName errorTag) ConstructorSynchTimeout(QName errorTag, String msg) Constructor -
Method Summary
Methods inherited from class org.bedework.synch.shared.exception.SynchException
getErrorTag, getStatusCode, setStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynchTimeout
public SynchTimeout()Constructor -
SynchTimeout
Constructor- Parameters:
msg-
-
SynchTimeout
Constructor- Parameters:
errorTag-
-
SynchTimeout
Constructor- Parameters:
errorTag-msg-
-