net.geant.edugain.attributes
Class TooManyMultivaluedMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.geant.edugain.attributes.TooManyMultivaluedMatchException
All Implemented Interfaces:
java.io.Serializable

public class TooManyMultivaluedMatchException
extends java.lang.RuntimeException

This exception is thrown by the RuleContext to indicate that more than one multi-valued attribute is put in the RuleContext.

Author:
Adam Lantos
See Also:
Serialized Form

Constructor Summary
TooManyMultivaluedMatchException()
           
 
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

TooManyMultivaluedMatchException

public TooManyMultivaluedMatchException()