ucot.exceptions
Class BadPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucot.exceptions.BadPropertyValueException
All Implemented Interfaces:
java.io.Serializable

public class BadPropertyValueException
extends java.lang.Exception

Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.

Author:
tujupien
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
BadPropertyValueException()
           
BadPropertyValueException(java.lang.String message)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BadPropertyValueException

public BadPropertyValueException()

BadPropertyValueException

public BadPropertyValueException(java.lang.String message)