Class NativeTypeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotImportTypeException, IllegalTypeNameException

public class NativeTypeException extends JebRuntimeException
See Also:
  • Constructor Details

    • NativeTypeException

      public NativeTypeException()
    • NativeTypeException

      public NativeTypeException(String message)
    • NativeTypeException

      public NativeTypeException(Throwable cause)
    • NativeTypeException

      public NativeTypeException(String message, Throwable cause)