org.quattor.pan.exceptions
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.quattor.pan.exceptions.SystemException
- All Implemented Interfaces:
- Serializable
public class SystemException
- extends RuntimeException
Exceptions of this type are thrown when basic system exceptions (for example,
IO exceptions) are encountered. The root cause of the exception is wrapped by
this exception.
- Author:
- loomis
- See Also:
- Serialized Form
SystemException
public SystemException(String message)
SystemException
public SystemException(String message,
File file)
setFile
public void setFile(File file)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2011 Quattor. All Rights Reserved.