org.idoox.xmlrpc
Class MultipleHeadersException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.xmlrpc.MultipleHeadersException
All Implemented Interfaces:
java.io.Serializable

public class MultipleHeadersException
extends java.lang.Exception

This exception is thrown by the Message interface to indicate that multiple headers meet given lookup conditions but single header must be selected.

Since:
4.0
See Also:
Serialized Form
Component:
Core

Constructor Summary
MultipleHeadersException()
          Creates a new MultipleHeadersException instance.
MultipleHeadersException(java.lang.String reason)
          Creates a new MultipleHeadersException instance.
 
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

MultipleHeadersException

public MultipleHeadersException()
Creates a new MultipleHeadersException instance.


MultipleHeadersException

public MultipleHeadersException(java.lang.String reason)
Creates a new MultipleHeadersException instance.

Parameters:
reason - the inner exception