Class BrokenObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mchange.v1.util.BrokenObjectException
All Implemented Interfaces:
Serializable

public class BrokenObjectException extends Exception
See Also:
  • Constructor Details

    • BrokenObjectException

      public BrokenObjectException(Object broken, String msg)
    • BrokenObjectException

      public BrokenObjectException(Object broken)
  • Method Details

    • getBrokenObject

      public Object getBrokenObject()