net.sf.msplice.property
Class PropertyGetException

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.PropertyGetException
All Implemented Interfaces:
java.io.Serializable

public class PropertyGetException
extends SpliceException

See Also:
Serialized Form

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

PropertyGetException

public PropertyGetException()

PropertyGetException

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

PropertyGetException

public PropertyGetException(java.lang.String message)

PropertyGetException

public PropertyGetException(java.lang.Throwable cause)


Copyright © 2005 SourceForge.net. All Rights Reserved.