Class QueryError

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.ars.ars.mgmt.tasks.QueryError
All Implemented Interfaces:
QueryData, java.io.Serializable, java.lang.AutoCloseable

public class QueryError
extends java.lang.Exception
implements QueryData
TBD Dokumentation
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    QueryError​(java.lang.String s)  
    QueryError​(java.lang.String errorMessage, java.lang.Exception e)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    Query get​(int indexOfStream)  
    void sendReply​(de.bsvrz.ars.ars.mgmt.tasks.ArchiveQueryTask.ResponseSender sender, de.bsvrz.sys.funclib.communicationStreams.StreamMultiplexer mux)  
    int size()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

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

    • QueryError

      public QueryError​(java.lang.String errorMessage, java.lang.Exception e)
    • QueryError

      public QueryError​(java.lang.String s)
  • Method Details

    • size

      public int size()
      Specified by:
      size in interface QueryData
    • sendReply

      public void sendReply​(de.bsvrz.ars.ars.mgmt.tasks.ArchiveQueryTask.ResponseSender sender, de.bsvrz.sys.funclib.communicationStreams.StreamMultiplexer mux) throws java.io.IOException
      Specified by:
      sendReply in interface QueryData
      Throws:
      java.io.IOException
    • get

      public Query get​(int indexOfStream)
      Specified by:
      get in interface QueryData
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable