org.apache.camel
Class InvalidHeaderTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.InvalidHeaderTypeException
All Implemented Interfaces:
Serializable

Deprecated. use InvalidTypeException. Will be removed in Camel 2.0.

@Deprecated
public class InvalidHeaderTypeException
extends RuntimeCamelException

Version:
$Revision: 42401 $
See Also:
Serialized Form

Constructor Summary
InvalidHeaderTypeException(String message, Object headerValue)
          Deprecated.  
InvalidHeaderTypeException(Throwable cause, Object headerValue)
          Deprecated.  
 
Method Summary
 Object getHeaderValue()
          Deprecated. Returns the actual header value
protected static String typeName(Object headerValue)
          Deprecated.  
 
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

InvalidHeaderTypeException

public InvalidHeaderTypeException(Throwable cause,
                                  Object headerValue)
Deprecated. 

InvalidHeaderTypeException

public InvalidHeaderTypeException(String message,
                                  Object headerValue)
Deprecated. 
Method Detail

getHeaderValue

public Object getHeaderValue()
Deprecated. 
Returns the actual header value


typeName

protected static String typeName(Object headerValue)
Deprecated. 


Copyright © 2008 IONA Open Source Community. All Rights Reserved.