Class EPropertyException

All Implemented Interfaces:
Serializable

public class EPropertyException extends EBaseException
This is the base exception for property handling.
Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EPropertyException

      public EPropertyException(String msg)
      Constructs property exception
      Parameters:
      msg - exception message
    • EPropertyException

      public EPropertyException(String msg, Throwable cause)
    • EPropertyException

      public EPropertyException(Throwable cause)