org.apache.tuscany.sca.binding.notification.encoding
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.binding.notification.encoding.EncodingException
All Implemented Interfaces:
java.io.Serializable

public class EncodingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EncodingException(java.lang.String message)
          Initializes the exception message.
EncodingException(java.lang.Throwable cause)
          Initializes the root cause.
 
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
 

Constructor Detail

EncodingException

public EncodingException(java.lang.String message)
Initializes the exception message.

Parameters:
message - Message for the exception.

EncodingException

public EncodingException(java.lang.Throwable cause)
Initializes the root cause.

Parameters:
cause - Root cause for the exception.