Version: 1.1.1

org.biomoby.shared
Class SOAPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.biomoby.shared.SOAPException
All Implemented Interfaces:
Serializable

public class SOAPException
extends RuntimeException

This class is meant to be a implementation-independent wrapper around the exception classes provided by the underlying SOAP client used to run MOBY services. If you catch one of these, the problem is the generic transportation or transaction layer, not the MOBY layer.

See Also:
Serialized Form

Constructor Summary
SOAPException(String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPException

public SOAPException(String s)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010