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

    Constructors
    Constructor
    Description
    RemotableSVNErrorMessage(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemotableSVNErrorMessage

      public RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code)
    • RemotableSVNErrorMessage

      public RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, String message)
    • RemotableSVNErrorMessage

      public RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, Throwable cause)
    • RemotableSVNErrorMessage

      public RemotableSVNErrorMessage(org.tmatesoft.svn.core.SVNErrorCode code, String message, Throwable cause)