java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdaemon.util.data.WriteError
- All Implemented Interfaces:
- java.io.Serializable
- public class WriteError
- extends java.lang.Exception
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
WriteError()
Creates a new instance of WriteError without detail message. |
WriteError(java.lang.String msg)
Constructs an instance of WriteError with the specified detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WriteError
public WriteError()
- Creates a new instance of
WriteError without detail message.
WriteError
public WriteError(java.lang.String msg)
- Constructs an instance of
WriteError with the specified detail message.