|
||||||||||
| 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.EncodingException
public class EncodingException
EncodingException class.
| Field Summary |
|---|
| Fields inherited from class org.opcfoundation.ua.common.ServiceResultException |
|---|
statusCode, text |
| Constructor Summary | |
|---|---|
EncodingException()
Constructor for EncodingException. |
|
EncodingException(Exception e)
Constructor for EncodingException. |
|
EncodingException(int statusCode)
Constructor for EncodingException. |
|
EncodingException(int statusCode,
String text)
Constructor for EncodingException. |
|
EncodingException(StatusCode statusCode)
Constructor for EncodingException. |
|
EncodingException(StatusCode statusCode,
String text)
Constructor for EncodingException. |
|
EncodingException(StatusCode statusCode,
Throwable reason,
String text)
Constructor for EncodingException. |
|
EncodingException(String message)
Constructor for EncodingException. |
|
EncodingException(String message,
Exception e)
Constructor for EncodingException. |
|
EncodingException(Throwable reason)
Constructor for EncodingException. |
|
EncodingException(UnsignedInteger statusCode)
Constructor for EncodingException. |
|
EncodingException(UnsignedInteger statusCode,
String text)
Constructor for EncodingException. |
|
EncodingException(UnsignedInteger statusCode,
Throwable reason)
Constructor for EncodingException. |
|
| 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 EncodingException()
Constructor for EncodingException.
public EncodingException(Exception e)
Constructor for EncodingException.
e - a Exception object.
public EncodingException(String message,
Exception e)
Constructor for EncodingException.
message - a String object.e - a Exception object.public EncodingException(String message)
Constructor for EncodingException.
message - a String object.
public EncodingException(int statusCode,
String text)
Constructor for EncodingException.
statusCode - a int.text - a String object.public EncodingException(int statusCode)
Constructor for EncodingException.
statusCode - a int.
public EncodingException(StatusCode statusCode,
String text)
Constructor for EncodingException.
statusCode - a StatusCode object.text - a String object.
public EncodingException(StatusCode statusCode,
Throwable reason,
String text)
Constructor for EncodingException.
statusCode - a StatusCode object.reason - a Throwable object.text - a String object.public EncodingException(StatusCode statusCode)
Constructor for EncodingException.
statusCode - a StatusCode object.public EncodingException(Throwable reason)
Constructor for EncodingException.
reason - a Throwable object.
public EncodingException(UnsignedInteger statusCode,
String text)
Constructor for EncodingException.
statusCode - a UnsignedInteger object.text - a String object.
public EncodingException(UnsignedInteger statusCode,
Throwable reason)
Constructor for EncodingException.
statusCode - a UnsignedInteger object.reason - a Throwable object.public EncodingException(UnsignedInteger statusCode)
Constructor for EncodingException.
statusCode - a UnsignedInteger object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||