Class 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:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.tmatesoft.svn.core.SVNErrorMessage

        TYPE_ERROR, TYPE_WARNING, UNKNOWN_ERROR_MESSAGE
    • 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 Detail

      • 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)