Class PostConstructException

All Implemented Interfaces:
Serializable

@ProviderType public class PostConstructException extends ModelClassException
Exception which is triggered, whenever the post-construct method has thrown an exception. The cause (accessible via Throwable.getCause()) is always the original exception being thrown from the post-construct method.
See Also:
  • Constructor Details

    • PostConstructException

      public PostConstructException(String message, Throwable cause)
      Parameters:
      message - some message
      cause - the original exception being thrown in the post-construct