Class PotentiallySecondaryRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mchange.lang.PotentiallySecondaryRuntimeException
All Implemented Interfaces:
PotentiallySecondary, Serializable
Direct Known Subclasses:
UnexpectedException

public class PotentiallySecondaryRuntimeException extends RuntimeException implements PotentiallySecondary
See Also:
  • Constructor Details

    • PotentiallySecondaryRuntimeException

      public PotentiallySecondaryRuntimeException(String msg, Throwable t)
    • PotentiallySecondaryRuntimeException

      public PotentiallySecondaryRuntimeException(Throwable t)
    • PotentiallySecondaryRuntimeException

      public PotentiallySecondaryRuntimeException(String msg)
    • PotentiallySecondaryRuntimeException

      public PotentiallySecondaryRuntimeException()
  • Method Details