org.eclipse.webdav.internal.kernel
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.webdav.internal.kernel.DAVException
org.eclipse.webdav.internal.kernel.SystemException
- All Implemented Interfaces:
- Serializable
public class SystemException
- extends DAVException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
wrappedException
protected Exception wrappedException
SystemException
public SystemException()
- SystemException default constructor.
SystemException
public SystemException(Exception e)
SystemException
public SystemException(String s)
getWrappedException
public Exception getWrappedException()
setWrappedException
public void setWrappedException(Exception e)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.