ome.services.blitz.util
Class ConvertToBlitzExceptionMessage

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by ome.util.messages.InternalMessage
              extended by ome.services.blitz.util.ConvertToBlitzExceptionMessage
All Implemented Interfaces:
Serializable

public class ConvertToBlitzExceptionMessage
extends InternalMessage

Internal event which gives third party services a chance to map their exceptions to a blitz exception.

Since:
3.0-Beta3
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
Serialized Form

Field Summary
 Throwable from
           
 Throwable to
           
 
Fields inherited from class ome.util.messages.InternalMessage
threadSafe
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConvertToBlitzExceptionMessage(Object source, Throwable from)
           
 
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 Throwable from

to

public Throwable to
Constructor Detail

ConvertToBlitzExceptionMessage

public ConvertToBlitzExceptionMessage(Object source,
                                      Throwable from)


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.