com.sap.aii.af.lib.util

Class UtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  Exception nestedException
           
protected  String nestedExceptionStackTrace
           
 
Constructor Summary
UtilException(Exception nestedException)
          Constructs a MessagingException wrapping a nested exception.
UtilException(String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedException

protected transient Exception nestedException

nestedExceptionStackTrace

protected String nestedExceptionStackTrace
Constructor Detail

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