Class UserFriendlyRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.core.util.exceptions.UserFriendlyRuntimeException
All Implemented Interfaces:
IUserFriendlyException, Serializable

public class UserFriendlyRuntimeException extends RuntimeException implements IUserFriendlyException
Implementation of RuntimeException marked as user friendly.
Author:
dobisekm
See Also:
  • Constructor Details

    • UserFriendlyRuntimeException

      public UserFriendlyRuntimeException()
    • UserFriendlyRuntimeException

      public UserFriendlyRuntimeException(String message)
      Parameters:
      message -
    • UserFriendlyRuntimeException

      public UserFriendlyRuntimeException(Throwable cause)
      Parameters:
      cause -
    • UserFriendlyRuntimeException

      public UserFriendlyRuntimeException(String message, Throwable cause)
      Parameters:
      message -
      cause -