Class ConvertToBlitzExceptionMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConvertToBlitzExceptionMessage
    extends ome.util.messages.InternalMessage
    Internal event which gives third party services a chance to map their exceptions to a blitz exception.
    Since:
    3.0-Beta3
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable from  
      java.lang.Throwable to  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class ome.util.messages.InternalMessage

        isThreadSafe
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • from

        public java.lang.Throwable from
      • to

        public java.lang.Throwable to
    • Constructor Detail

      • ConvertToBlitzExceptionMessage

        public ConvertToBlitzExceptionMessage​(java.lang.Object source,
                                              java.lang.Throwable from)