net.bioclipse.xws.exceptions
Class XwsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.bioclipse.xws.exceptions.XwsException
All Implemented Interfaces:
java.io.Serializable

public class XwsException
extends java.lang.Exception

See Also:
Serialized Form

Nested Class Summary
static class XwsException.ErrorCode
           
 
Field Summary
 XwsException.ErrorCode eCode
           
 
Constructor Summary
XwsException(java.lang.Throwable t)
           
XwsException(XwsException.ErrorCode eCode, java.lang.String message)
           
XwsException(XwsException.ErrorCode eCode, java.lang.Throwable t)
           
 
Method Summary
 XwsException.ErrorCode getErrorCode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eCode

public XwsException.ErrorCode eCode
Constructor Detail

XwsException

public XwsException(XwsException.ErrorCode eCode,
                    java.lang.String message)

XwsException

public XwsException(XwsException.ErrorCode eCode,
                    java.lang.Throwable t)

XwsException

public XwsException(java.lang.Throwable t)
Method Detail

getErrorCode

public XwsException.ErrorCode getErrorCode()