java.lang.Objectjava.lang.Throwable
java.lang.Exception
ucot.exceptions.BadPropertyValueException
public class BadPropertyValueException
Thrown when UCOT application tries to apply properties for adapter and fails to do so because of illegal value of property.
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public BadPropertyValueException()
public BadPropertyValueException(java.lang.String message)