|
||||||||||
| 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.remoteprotocol.RemoteProtocolException
public class RemoteProtocolException
All exceptions thrown by the RemoteProtocol classes will be wrapped in this exception.
Exception,
Serialized Form| Constructor Summary | |
|---|---|
RemoteProtocolException(java.lang.String message)
Creates an instance of the exception |
|
RemoteProtocolException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance of the exception |
|
| 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 RemoteProtocolException(java.lang.String message,
java.lang.Throwable cause)
message - Message describing the cause of the exceptioncause - The root exception that caused this exceptionpublic RemoteProtocolException(java.lang.String message)
message - Message describing the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||