Package omero.grid

Class UnregisteredFileException

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

    public class UnregisteredFileException
    extends RepositoryException
    Specifies that a file is located at the given location that is not otherwise known by the repository. A subsequent call to Repository.register will create the given file. The mimetype field of the file may or may not be set. If it is set, clients are suggested to either omit the mimetype argument to the register method or to pass the same value.
    See Also:
    Serialized Form
    • Method Summary

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

        __read, __read, __readImpl, __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
    • Constructor Detail

      • UnregisteredFileException

        public UnregisteredFileException()
      • UnregisteredFileException

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

        public UnregisteredFileException​(java.lang.String serverStackTrace,
                                         java.lang.String serverExceptionClass,
                                         java.lang.String message,
                                         OriginalFile file)
      • UnregisteredFileException

        public UnregisteredFileException​(java.lang.String serverStackTrace,
                                         java.lang.String serverExceptionClass,
                                         java.lang.String message,
                                         OriginalFile file,
                                         java.lang.Throwable __cause)
    • Method Detail

      • __usesClasses

        public boolean __usesClasses()
        Overrides:
        __usesClasses in class Ice.UserException