Class FastException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jstuff.core.exception.FastException
All Implemented Interfaces:
Serializable

public class FastException extends Exception
Lightweight checked exception without stack trace information that can be used for flow control.
Author:
Sebastian Thomschke
See Also:
  • Constructor Details

    • FastException

      public FastException()
    • FastException

      public FastException(String message, Throwable cause)
    • FastException

      public FastException(String message)
    • FastException

      public FastException(Throwable cause)
  • Method Details