|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.co.agena.minerva.util.model.MinervaReadWriteException
public class MinervaReadWriteException
Thrown whenever there are problems reading or writing Writable objects.
Constructor Summary | |
---|---|
MinervaReadWriteException()
Constructs an empty MinervaReadWriteException. |
|
MinervaReadWriteException(java.lang.String msg)
Constructs a MinervaReadWriteException with the specified message. |
|
MinervaReadWriteException(java.lang.String msg,
java.lang.Throwable throwable)
Constructs a MinervaReadWriteException with the specified cause and message. |
|
MinervaReadWriteException(java.lang.Throwable throwable)
Constructs a MinervaReadWriteException with the specified cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public MinervaReadWriteException()
public MinervaReadWriteException(java.lang.String msg)
msg
- the messagepublic MinervaReadWriteException(java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionpublic MinervaReadWriteException(java.lang.String msg, java.lang.Throwable throwable)
throwable
- the Throwable that caused this Exceptionmsg
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |