Package jenkins.scm.impl.subversion
Class RemotableSVNErrorMessage
java.lang.Object
org.tmatesoft.svn.core.SVNErrorMessage
jenkins.scm.impl.subversion.RemotableSVNErrorMessage
- All Implemented Interfaces:
Serializable
public class RemotableSVNErrorMessage
extends org.tmatesoft.svn.core.SVNErrorMessage
Version of
SVNErrorMessage, which can be serialized over the channel.
This version does not serialize random Object instances.- Since:
- TODO
- Author:
- Oleg Nenashev
- See Also:
-
Field Summary
Fields inherited from class org.tmatesoft.svn.core.SVNErrorMessage
TYPE_ERROR, TYPE_WARNING, UNKNOWN_ERROR_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionRemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code) RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, String message) RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, String message, Throwable cause) RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, Throwable cause) -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.SVNErrorMessage
create, create, create, create, create, create, create, create, create, findChildWithErrorCode, getCause, getChildErrorMessage, getErrorCode, getFullMessage, getMessage, getMessageTemplate, getRelatedObjects, getRootErrorMessage, getType, hasChildErrorMessage, hasChildWithErrorCode, initCause, isDontShowErrorCode, isErrorCodeShouldShown, isWarning, setChildErrorMessage, setDontShowErrorCode, setType, toString, wrap, wrap, wrap
-
Constructor Details
-
RemotableSVNErrorMessage
public RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code) -
RemotableSVNErrorMessage
-
RemotableSVNErrorMessage
-
RemotableSVNErrorMessage
-