Class PotentiallySecondaryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mchange.lang.PotentiallySecondaryException
All Implemented Interfaces:
PotentiallySecondary, Serializable
Direct Known Subclasses:
MalformedCsvException, UnreliableIteratorException, XmlPropsException

public class PotentiallySecondaryException extends Exception implements PotentiallySecondary
Deprecated.
jdk 1.4 mow includes this idea as part of the standard Throwable/Exception classes.
See Also:
  • Constructor Details

    • PotentiallySecondaryException

      public PotentiallySecondaryException(String msg, Throwable t)
      Deprecated.
    • PotentiallySecondaryException

      public PotentiallySecondaryException(Throwable t)
      Deprecated.
    • PotentiallySecondaryException

      public PotentiallySecondaryException(String msg)
      Deprecated.
    • PotentiallySecondaryException

      public PotentiallySecondaryException()
      Deprecated.
  • Method Details