Class InternalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProjectInvitationsManagement.IllegalInvitationException, ProjectInvitationsManagement.NotProjectInvitation, ProjectInvitationsManagement.ProjectMisconfiguredException

public class InternalException extends RuntimeException
Thrown when a low level problem occurs, which in principle shouldn't happen. Example can be database problem. Unchecked.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String msg, Throwable cause)
    • InternalException

      public InternalException(String msg)