|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.netbeans.lib.cvsclient.command.CommandException
org.netbeans.lib.cvsclient.response.ResponseException
public class ResponseException
This exception is thrown when an error occurs while processing the server's responses.
Constructor Summary | |
---|---|
ResponseException(Exception e)
|
|
ResponseException(Exception e,
String locMessage)
|
|
ResponseException(String message,
String localizedMessage)
|
Method Summary |
---|
Methods inherited from class org.netbeans.lib.cvsclient.command.CommandException |
---|
getBundleString, getLocalizedMessage, getLocalMessage, getLocalMessage, getMessage, getUnderlyingException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResponseException(Exception e)
public ResponseException(Exception e, String locMessage)
public ResponseException(String message, String localizedMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |