Class BringGeneralException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.BringGeneralException
All Implemented Interfaces:
Serializable

public class BringGeneralException extends RuntimeException
General-purpose exception used to wrap and propagate other exceptions within a system. Extends RuntimeException and allows passing a cause (Throwable) to provide context.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • BringGeneralException

      public BringGeneralException(Throwable cause)
      Constructs a new BringGeneralException with the specified cause.
      Parameters:
      cause - The Throwable cause for this exception