Module openj9.dtfj

Class DTFJException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptDataException, DataUnavailable, MemoryAccessException

public class DTFJException extends Exception
This class is the superclass of all exceptions thrown by DTFJ classes
See Also:
  • Constructor Details

    • DTFJException

      public DTFJException(String description)
      Build exception with the given description
      Parameters:
      description -
    • DTFJException

      public DTFJException()
      Build exception with no description