com.melloware.jukes.exception
Class WebServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by com.melloware.jukes.exception.JukesException
                  extended by com.melloware.jukes.exception.WebServiceException
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

public class WebServiceException
extends JukesException

Exception related to any SOAP errors accessing web services.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
WebServiceException()
          Default constructor
WebServiceException(java.lang.String aMessage)
          Constructor that takes a message.
WebServiceException(java.lang.String aMessage, java.lang.Throwable aThrowable)
          Constructor takes a mesage and exception.
WebServiceException(java.lang.Throwable aThrowable)
          Constructor that wraps another exception.
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServiceException

public WebServiceException()
Default constructor


WebServiceException

public WebServiceException(java.lang.String aMessage)
Constructor that takes a message.

Parameters:
aMessage - the message to contain

WebServiceException

public WebServiceException(java.lang.String aMessage,
                           java.lang.Throwable aThrowable)
Constructor takes a mesage and exception.

Parameters:
aMessage - the message
aThrowable - the wrapped exception

WebServiceException

public WebServiceException(java.lang.Throwable aThrowable)
Constructor that wraps another exception.

Parameters:
aThrowable -


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.