Package pl.edu.icm.unity.exceptions
Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.exceptions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException(String msg)
InternalException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-