uk.ac.ebi.microarray.zooma.lang
Class ZoomaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ebi.microarray.zooma.lang.ZoomaException
All Implemented Interfaces:
java.io.Serializable

public class ZoomaException
extends java.lang.Exception

A generic Zooma exception.

Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
ZoomaException()
           
ZoomaException(java.lang.String message)
           
ZoomaException(java.lang.String message, java.lang.Throwable cause)
           
ZoomaException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZoomaException

public ZoomaException()

ZoomaException

public ZoomaException(java.lang.String message)

ZoomaException

public ZoomaException(java.lang.String message,
                      java.lang.Throwable cause)

ZoomaException

public ZoomaException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.