uk.ac.mrc.hgmp.embreo
Class EmbreoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.mrc.hgmp.embreo.EmbreoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmbreoAuthException

public class EmbreoException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EmbreoException()
          Something went wrong when communicating with the embreo server.
EmbreoException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmbreoException

public EmbreoException()
Something went wrong when communicating with the embreo server. Note that authentication errors should throw and EmbreoAuthException and transport errors we can't sort out should throw a SOAPException, so an EmbreoException is only to denote those special cases we can actually manage to handle properly.


EmbreoException

public EmbreoException(java.lang.String s)