com.melloware.jukes.exception
Class WebServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
com.melloware.jukes.exception.JukesException
com.melloware.jukes.exception.WebServiceException
- All Implemented Interfaces:
- 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
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
WebServiceException
public WebServiceException()
- Default constructor
WebServiceException
public WebServiceException(String aMessage)
- Constructor that takes a message.
- Parameters:
aMessage - the message to contain
WebServiceException
public WebServiceException(String aMessage,
Throwable aThrowable)
- Constructor takes a mesage and exception.
- Parameters:
aMessage - the messageaThrowable - the wrapped exception
WebServiceException
public WebServiceException(Throwable aThrowable)
- Constructor that wraps another exception.
- Parameters:
aThrowable -
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.