Class CollisionException

    • Constructor Detail

      • CollisionException

        public CollisionException()
      • CollisionException

        public CollisionException​(String message)
        Parameters:
        message - String; String
      • CollisionException

        public CollisionException​(Throwable cause)
        Parameters:
        cause - Throwable; Throwable
      • CollisionException

        public CollisionException​(String message,
                                  Throwable cause)
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • CollisionException

        public CollisionException​(String message,
                                  Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)
        Parameters:
        message - String; description of the problem
        cause - Throwable; the cause of this Exception
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable