Class SimpleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.basking2.sdsai.exception.SimpleException
All Implemented Interfaces:
Serializable

public class SimpleException extends Exception
An exception that does not record the stack trace.
See Also:
  • Constructor Details

    • SimpleException

      public SimpleException(String msg, Throwable cause)
    • SimpleException

      public SimpleException(String msg)
    • SimpleException

      public SimpleException(Throwable cause)