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