Class InstancioException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InstancioApiException

public class InstancioException extends RuntimeException
Exception generated as a result of an internal error.
Since:
1.0.1
See Also:
  • Constructor Details

    • InstancioException

      public InstancioException(String message)
    • InstancioException

      public InstancioException(String message, Throwable cause)
  • Method Details