uk.ac.mrc.hgmp.embreo
Class EmbreoAuthException

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

public class EmbreoAuthException
extends EmbreoException

See Also:
Serialized Form

Constructor Summary
EmbreoAuthException()
          Indicates that authentication against the embreo server failed
EmbreoAuthException(java.lang.String s)
          Indicates that authentication against the embreo server failed
 
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

EmbreoAuthException

public EmbreoAuthException()
Indicates that authentication against the embreo server failed


EmbreoAuthException

public EmbreoAuthException(java.lang.String s)
Indicates that authentication against the embreo server failed