|
||||||||||
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.mindtree.techworks.insight.receiver.ReceiverInitializationException
public class ReceiverInitializationException
Thrown when an any Receiver is not able to initilize itself. All implementations of AbstractReceiver should throw instance of this class if they are not able to initialize themself using the initialize method.
Constructor Summary | |
---|---|
ReceiverInitializationException()
Constructs a ReceiverInitializationException with no detail message. |
|
ReceiverInitializationException(java.lang.String s)
Constructs a NullPointerException with the specified
detail message. |
|
ReceiverInitializationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ReceiverInitializationException with the specified detail message and cause. |
|
ReceiverInitializationException(java.lang.Throwable cause)
Constructs a new ReceiverInitializationException 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 ReceiverInitializationException()
ReceiverInitializationException
with no detail message.
public ReceiverInitializationException(java.lang.String s)
NullPointerException
with the specified
detail message.
s
- the detail message.public ReceiverInitializationException(java.lang.Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public ReceiverInitializationException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |