|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
hkontrol.core.ModuleException
public class ModuleException
Thrown in one of two cases:
AbstractModuleBase but the the connection can't be established
or simply is not configured, orAbstractModule.work.
| Constructor Summary | |
|---|---|
ModuleException()
Constructs a not further detailed ModuleException. |
|
ModuleException(java.lang.String msg)
Constructs a ModuleException with the specified detail message. |
|
ModuleException(java.lang.String msg,
java.lang.Throwable rootcause)
Constructs a ModuleException with the specified detail message and cause. |
|
ModuleException(java.lang.Throwable rootcause)
Constructs a ModuleException 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 ModuleException()
public ModuleException(java.lang.String msg)
msg - -
the detail messagepublic ModuleException(java.lang.Throwable rootcause)
rootcause - -
the root cause
public ModuleException(java.lang.String msg,
java.lang.Throwable rootcause)
msg - -
the detail messagerootcause - -
the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||