Class InternalErrorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConsistencyErrorException, DiacriticNotAllowedException, IllegalArgumentException, MaxSizeExceededException, MembershipMismatchException, MinSizeExceededException, ModuleNotExistsException, ModulePropertyNotFoundException, NumberNotInRangeException, NumbersNotAllowedException, ParserException, QuotaNotInAllowedLimitException, RpcException, SpaceNotAllowedException, SpecialCharsNotAllowedException, WrongModuleTypeException

public class InternalErrorException extends PerunRuntimeException
Class representing an exception caused by an unexpected error.
Author:
Martin Kuba
See Also:
  • Constructor Details

    • InternalErrorException

      public InternalErrorException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • InternalErrorException

      public InternalErrorException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • InternalErrorException

      public InternalErrorException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception