org.eclipse.webdav.internal.kernel
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.webdav.internal.kernel.DAVException
              extended by org.eclipse.webdav.internal.kernel.SystemException
All Implemented Interfaces:
Serializable

public class SystemException
extends DAVException

See Also:
Serialized Form

Field Summary
protected  Exception wrappedException
           
 
Constructor Summary
SystemException()
          SystemException default constructor.
SystemException(Exception e)
           
SystemException(String s)
           
 
Method Summary
 Exception getWrappedException()
           
 void setWrappedException(Exception e)
           
 
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

wrappedException

protected Exception wrappedException
Constructor Detail

SystemException

public SystemException()
SystemException default constructor.


SystemException

public SystemException(Exception e)

SystemException

public SystemException(String s)
Method Detail

getWrappedException

public Exception getWrappedException()

setWrappedException

public void setWrappedException(Exception e)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.