org.opcfoundation.ua.encoding
Class DecodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opcfoundation.ua.common.ServiceResultException
              extended by org.opcfoundation.ua.encoding.DecodingException
All Implemented Interfaces:
Serializable

public class DecodingException
extends ServiceResultException

DecodingException class.

See Also:
Serialized Form

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

DecodingException

public DecodingException()

Constructor for DecodingException.


DecodingException

public DecodingException(Exception e)

Constructor for DecodingException.

Parameters:
e - a Exception object.

DecodingException

public DecodingException(Exception e,
                         String message)

Constructor for DecodingException.

Parameters:
e - a Exception object.
message - a String object.

DecodingException

public DecodingException(Throwable reason)

Constructor for DecodingException.

Parameters:
reason - a Throwable object.

DecodingException

public DecodingException(UnsignedInteger statusCode,
                         Throwable reason)

Constructor for DecodingException.

Parameters:
statusCode - a UnsignedInteger object.
reason - a Throwable object.

DecodingException

public DecodingException(String message,
                         Exception e)

Constructor for DecodingException.

Parameters:
message - a String object.
e - a Exception object.

DecodingException

public DecodingException(String message)

Constructor for DecodingException.

Parameters:
message - a String object.

DecodingException

public DecodingException(int statusCode,
                         String text)

Constructor for DecodingException.

Parameters:
statusCode - a int.
text - a String object.

DecodingException

public DecodingException(int statusCode)

Constructor for DecodingException.

Parameters:
statusCode - a int.

DecodingException

public DecodingException(StatusCode statusCode,
                         String text)

Constructor for DecodingException.

Parameters:
statusCode - a StatusCode object.
text - a String object.

DecodingException

public DecodingException(StatusCode statusCode,
                         Throwable reason,
                         String text)

Constructor for DecodingException.

Parameters:
statusCode - a StatusCode object.
reason - a Throwable object.
text - a String object.

DecodingException

public DecodingException(StatusCode statusCode)

Constructor for DecodingException.

Parameters:
statusCode - a StatusCode object.

DecodingException

public DecodingException(UnsignedInteger statusCode,
                         String text)

Constructor for DecodingException.

Parameters:
statusCode - a UnsignedInteger object.
text - a String object.

DecodingException

public DecodingException(UnsignedInteger statusCode)

Constructor for DecodingException.

Parameters:
statusCode - a UnsignedInteger object.


Copyright © 2018. All rights reserved.