|
||||||||||
| 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.opcfoundation.ua.common.ServiceResultException
org.opcfoundation.ua.encoding.DecodingException
public class DecodingException
DecodingException class.
| Field Summary |
|---|
| Fields inherited from class org.opcfoundation.ua.common.ServiceResultException |
|---|
statusCode, text |
| Constructor Summary | |
|---|---|
DecodingException()
Constructor for DecodingException. |
|
DecodingException(Exception e)
Constructor for DecodingException. |
|
DecodingException(Exception e,
String message)
Constructor for DecodingException. |
|
DecodingException(int statusCode)
Constructor for DecodingException. |
|
DecodingException(int statusCode,
String text)
Constructor for DecodingException. |
|
DecodingException(StatusCode statusCode)
Constructor for DecodingException. |
|
DecodingException(StatusCode statusCode,
String text)
Constructor for DecodingException. |
|
DecodingException(StatusCode statusCode,
Throwable reason,
String text)
Constructor for DecodingException. |
|
DecodingException(String message)
Constructor for DecodingException. |
|
DecodingException(String message,
Exception e)
Constructor for DecodingException. |
|
DecodingException(Throwable reason)
Constructor for DecodingException. |
|
DecodingException(UnsignedInteger statusCode)
Constructor for DecodingException. |
|
DecodingException(UnsignedInteger statusCode,
String text)
Constructor for DecodingException. |
|
DecodingException(UnsignedInteger statusCode,
Throwable reason)
Constructor for DecodingException. |
|
| Method Summary |
|---|
| Methods inherited from class org.opcfoundation.ua.common.ServiceResultException |
|---|
getAdditionalTextField, getMessage, getStatusCode, toServiceResult |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 DecodingException()
Constructor for DecodingException.
public DecodingException(Exception e)
Constructor for DecodingException.
e - a Exception object.
public DecodingException(Exception e,
String message)
Constructor for DecodingException.
e - a Exception object.message - a String object.public DecodingException(Throwable reason)
Constructor for DecodingException.
reason - a Throwable object.
public DecodingException(UnsignedInteger statusCode,
Throwable reason)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.reason - a Throwable object.
public DecodingException(String message,
Exception e)
Constructor for DecodingException.
message - a String object.e - a Exception object.public DecodingException(String message)
Constructor for DecodingException.
message - a String object.
public DecodingException(int statusCode,
String text)
Constructor for DecodingException.
statusCode - a int.text - a String object.public DecodingException(int statusCode)
Constructor for DecodingException.
statusCode - a int.
public DecodingException(StatusCode statusCode,
String text)
Constructor for DecodingException.
statusCode - a StatusCode object.text - a String object.
public DecodingException(StatusCode statusCode,
Throwable reason,
String text)
Constructor for DecodingException.
statusCode - a StatusCode object.reason - a Throwable object.text - a String object.public DecodingException(StatusCode statusCode)
Constructor for DecodingException.
statusCode - a StatusCode object.
public DecodingException(UnsignedInteger statusCode,
String text)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.text - a String object.public DecodingException(UnsignedInteger statusCode)
Constructor for DecodingException.
statusCode - a UnsignedInteger object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||