|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.sensorevent.model.generic.SensorEventException
com.ibm.sensorevent.model.generic.GenericEventException
public class GenericEventException
GenericEventException is the exception type thrown by the generic classes in the generic sensor event model.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
GenericEventException()
Constructs a GenericEventException |
|
GenericEventException(java.lang.String message)
Constructs a GenericEventException with the specified message |
|
GenericEventException(java.lang.Throwable cause)
Constructs a GenericEventException with the specified Throwable |
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public GenericEventException()
public GenericEventException(java.lang.String message)
message
- the exception messagepublic GenericEventException(java.lang.Throwable cause)
cause
- the exception Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |