biz.hammurapi.properties
Class PropertySetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.hammurapi.properties.PropertySetException
All Implemented Interfaces:
java.io.Serializable

public class PropertySetException
extends java.lang.Exception

Wrapper exception if property set operation fails.

Author:
Pavel
See Also:
Serialized Form

Constructor Summary
PropertySetException(java.lang.String message)
           
PropertySetException(java.lang.String message, java.lang.Throwable cause)
           
PropertySetException(java.lang.Throwable cause)
           
 
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

PropertySetException

public PropertySetException(java.lang.String message)

PropertySetException

public PropertySetException(java.lang.Throwable cause)

PropertySetException

public PropertySetException(java.lang.String message,
                            java.lang.Throwable cause)


Copyright © 2003 Hammurapi Group. All Rights Reserved.