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
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 Summary
ConstructorsConstructorDescriptionInternalException(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
-
Constructor Details
-
InternalException
-
InternalException
-