com.sap.aii.af.lib.util
Class UtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.aii.af.lib.util.UtilException
- All Implemented Interfaces:
- Serializable
public class UtilException
- extends Exception
The base exception for the util service package.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
nestedException
protected transient Exception nestedException
nestedExceptionStackTrace
protected String nestedExceptionStackTrace
UtilException
public UtilException(Exception nestedException)
- Constructs a
MessagingException wrapping a nested exception.
Whenever possible, a constructor that also takes a reference to the message
in error as a parameter should be preferred.
- Parameters:
nestedException - the causing exception that is to be wrapped in this
exception.
UtilException
public UtilException(String message)
Copyright 2007 SAP AG Complete Copyright Notice