Package omero

Class NoProcessorAvailable

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class NoProcessorAvailable
    extends ResourceError
    A script cannot be executed because no matching processor was found.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoProcessorAvailable()  
      NoProcessorAvailable​(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, int processorCount)  
      NoProcessorAvailable​(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, int processorCount, java.lang.Throwable __cause)  
      NoProcessorAvailable​(java.lang.Throwable __cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __readImpl​(IceInternal.BasicStream __is)  
      protected void __writeImpl​(IceInternal.BasicStream __os)  
      java.lang.String ice_name()  
      • Methods inherited from class Ice.UserException

        __read, __read, __readImpl, __usesClasses, __write, __write, __writeImpl, clone, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • processorCount

        public int processorCount
        Number of processors that responded to the inquiry. If 1 or more, then the given script was not acceptable (e.g. non-official) and a specialized processor may need to be started.
    • Constructor Detail

      • NoProcessorAvailable

        public NoProcessorAvailable()
      • NoProcessorAvailable

        public NoProcessorAvailable​(java.lang.Throwable __cause)
      • NoProcessorAvailable

        public NoProcessorAvailable​(java.lang.String serverStackTrace,
                                    java.lang.String serverExceptionClass,
                                    java.lang.String message,
                                    int processorCount)
      • NoProcessorAvailable

        public NoProcessorAvailable​(java.lang.String serverStackTrace,
                                    java.lang.String serverExceptionClass,
                                    java.lang.String message,
                                    int processorCount,
                                    java.lang.Throwable __cause)