net.sf.msplice.property
Class PropertySetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.msplice.SpliceException
              extended by net.sf.msplice.property.PropertySetException
All Implemented Interfaces:
java.io.Serializable

public class PropertySetException
extends SpliceException

See Also:
Serialized Form

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

PropertySetException

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

PropertySetException

public PropertySetException(java.lang.String message)

PropertySetException

public PropertySetException(java.lang.Throwable cause)


Copyright © 2005 SourceForge.net. All Rights Reserved.