Class InteropException

All Implemented Interfaces:
Serializable

public class InteropException extends RuntimeException
A Runtime Exception for the InteropFramework.
See Also:
  • Constructor Details

    • InteropException

      public InteropException(Exception e)
    • InteropException

      public InteropException(Throwable e)
    • InteropException

      public InteropException(String message, Throwable cause)
    • InteropException

      public InteropException(String string)