Package io.sundr

Class SundrException

All Implemented Interfaces:
Serializable

public class SundrException extends RuntimeException
See Also:
  • Constructor Details

    • SundrException

      public SundrException()
    • SundrException

      public SundrException(String message)
    • SundrException

      public SundrException(String message, Throwable cause)
    • SundrException

      public SundrException(Throwable cause)
  • Method Details