|
||||||||||
| 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.download.RemoteClientException
public class RemoteClientException
Exception thrown for a problem with file download.
| Constructor Summary | |
|---|---|
RemoteClientException(java.lang.String message)
Creates a RemoteClientException object with the specified exception message. |
|
RemoteClientException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance of RemoteClientException with the message and the 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 RemoteClientException(java.lang.String message)
message - the exception message that has to be thrown
public RemoteClientException(java.lang.String message,
java.lang.Throwable cause)
message - The message for this exceptioncause - The cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||