Interface RemoteExceptionPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RemoteExceptionP, RemoteExceptionP.Builder

    public interface RemoteExceptionPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getExceptionType

        String getExceptionType()
        string exception_type = 1;
        Returns:
        The exceptionType.
      • getExceptionTypeBytes

        com.google.protobuf.ByteString getExceptionTypeBytes()
        string exception_type = 1;
        Returns:
        The bytes for exceptionType.
      • getMessage

        String getMessage()
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 2;
        Returns:
        The bytes for message.
      • getRemoteStackTrace

        String getRemoteStackTrace()
        string remote_stack_trace = 3;
        Returns:
        The remoteStackTrace.
      • getRemoteStackTraceBytes

        com.google.protobuf.ByteString getRemoteStackTraceBytes()
        string remote_stack_trace = 3;
        Returns:
        The bytes for remoteStackTrace.
      • hasRootException

        boolean hasRootException()
        optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
        Returns:
        Whether the rootException field is set.
      • getRootException

        RemoteExceptionP getRootException()
        optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;
        Returns:
        The rootException.
      • getRootExceptionOrBuilder

        RemoteExceptionPOrBuilder getRootExceptionOrBuilder()
        optional .ironpdfengineproto.RemoteExceptionP root_exception = 4;