com.web_visage.ichat.exception
Class EnumerationValueNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.web_visage.ichat.exception.EnumerationValueNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EnumerationValueNotFoundException
extends java.lang.Exception

Thrown in case when the enumeration instance cannot be found by the given enumeration value.

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
EnumerationValueNotFoundException()
          Constructor.
EnumerationValueNotFoundException(java.lang.String aMessage)
          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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnumerationValueNotFoundException

public EnumerationValueNotFoundException(java.lang.String aMessage)
Constructor.

Parameters:
aMessage -

EnumerationValueNotFoundException

public EnumerationValueNotFoundException()
Constructor.