de.knipp.rritoolkit
Class EncodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.knipp.rritoolkit.EncodeException
All Implemented Interfaces:
java.io.Serializable

public class EncodeException
extends java.lang.Exception

exception that is thrown if the conversion of the request to byte data fails for some reason, including, but not limited, due to incomplete setup of the request.

Version:
$Revision: 14238 $
Author:
Klaus Malorny
See Also:
Serialized Form

Constructor Summary
EncodeException(java.lang.String message)
          constructor
EncodeException(java.lang.String message, java.lang.Throwable cause)
          constructor
 
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

EncodeException

public EncodeException(java.lang.String message)
constructor

Parameters:
message - the message

EncodeException

public EncodeException(java.lang.String message,
                       java.lang.Throwable cause)
constructor

Parameters:
message - the message
cause - the causing exception


Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH