Class PreDestroyException

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

public class PreDestroyException extends RuntimeException
Exception thrown when method annotated with @PreDestroy violates rules of usage such as have parameters. Extends RuntimeException.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Field Details

  • Constructor Details

    • PreDestroyException

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