|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception soapdust.MalformedResponseException
public class MalformedResponseException
Thrown when the server returned invalid soap data. It sometimes occurs when a basic authentication fails...
Field Summary | |
---|---|
byte[] |
response
The invalid soap data sent by the server. |
int |
responseCode
The http status code returned by the server. |
Constructor Summary | |
---|---|
MalformedResponseException(java.lang.String message,
java.lang.Exception e)
|
|
MalformedResponseException(java.lang.String message,
int responseCode,
byte[] data)
|
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 int responseCode
public byte[] response
if you want to ensure this field
is NEVER null.
Constructor Detail |
---|
public MalformedResponseException(java.lang.String message, java.lang.Exception e)
public MalformedResponseException(java.lang.String message, int responseCode, byte[] data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |